GET https://jaorstore.com/search

Query Metrics

4 Database Queries
3 Different statements
1.34 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.61 ms
(45.26%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.price AS price_2, p0_.image AS image_3, p0_.qty AS qty_4, p0_.sku AS sku_5, p0_.description AS description_6, p0_.created_at AS created_at_7, p0_.updated_at AS updated_at_8, p0_.rating AS rating_9, p0_.weight AS weight_10, p0_.status AS status_11, p0_.promotion AS promotion_12, p0_.promotion_price AS promotion_price_13, p0_.promotion_start_date AS promotion_start_date_14, p0_.promotion_end_date AS promotion_end_date_15, p0_.to_be_exposed AS to_be_exposed_16, p0_.has_variants AS has_variants_17, i1_.id AS id_18, i1_.filename AS filename_19, i1_.is_main AS is_main_20, c2_.id AS id_21, c2_.name AS name_22, c2_.image AS image_23, c2_.created_at AS created_at_24, c2_.updated_at AS updated_at_25, p0_.category_id AS category_id_26, p0_.user_id AS user_id_27, p0_.taxt_id AS taxt_id_28, i1_.product_id AS product_id_29, c2_.user_id AS user_id_30, c2_.parent_id AS parent_id_31, c2_.category_id AS category_id_32 FROM product p0_ LEFT JOIN image i1_ ON p0_.id = i1_.product_id LEFT JOIN category c2_ ON p0_.category_id = c2_.id ORDER BY p0_.id DESC
Parameters:
[]
0.56 ms
(41.55%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.user_id AS user_id_6, t0.parent_id AS parent_id_7, t0.category_id AS category_id_8 FROM category t0
Parameters:
[]
0.18 ms
(13.19%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.is_active AS is_active_6, t0.slug AS slug_7 FROM policy t0
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\Product
  • The field App\Entity\Product#orderItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OrderItem#product does not contain the required 'inversedBy="orderItems"' attribute.
App\Entity\Image No errors.
App\Entity\Category No errors.
App\Entity\User No errors.
App\Entity\Tax No errors.
App\Entity\OrderItem No errors.
App\Entity\Review No errors.
App\Entity\ProductOption No errors.
App\Entity\ProductVariant No errors.
App\Entity\Policy No errors.