Query Metrics
19
Database Queries
13
Different statements
3.61 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.03 ms (28.66%) |
5 |
SELECT p0_.id AS id_0, p0_.path AS path_1, p0_.title AS title_2, p1_.image AS image_3, p0_.totalcount AS totalcount_4, p0_.style AS style_5, s2_.name AS name_6 FROM product p0_, product_image p1_, style s2_ WHERE s2_.product_category = ? AND p0_.style = s2_.id AND p0_.status = 1 GROUP BY p0_.style
Parameters:
[
1
]
|
|
0.50 ms (13.93%) |
2 |
SELECT p0_.id AS id_0, p0_.path AS path_1, p0_.title AS title_2, p1_.image AS image_3, p0_.totalcount AS totalcount_4, p0_.productcategory AS productcategory_5, p2_.name AS name_6 FROM product p0_, product_image p1_, product_category p2_ WHERE p2_.global_category = ? AND p0_.productcategory = p2_.id AND p0_.status = 1 GROUP BY p0_.productcategory
Parameters:
[
1
]
|
|
0.30 ms (8.22%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.status AS status_4 FROM attribute t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"collections"
]
|
|
0.29 ms (8.06%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.path AS path_3, t0.description AS description_4, t0.styledescription AS styledescription_5, t0.brand AS brand_6, t0.globalcategory AS globalcategory_7, t0.productcategory AS productcategory_8, t0.style AS style_9, t0.type AS type_10, t0.quantity AS quantity_11, t0.productcount AS productcount_12, t0.price AS price_13, t0.tax AS tax_14, t0.discount AS discount_15, t0.total AS total_16, t0.created AS created_17, t0.updated AS updated_18, t0.created_by AS created_by_19, t0.access AS access_20, t0.totalcount AS totalcount_21, t0.stage AS stage_22, t0.status AS status_23 FROM product t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
"met_my_ex_bungalow"
]
|
|
0.29 ms (8.06%) |
1 |
SELECT p0_.id AS id_0, p0_.path AS path_1, p0_.title AS title_2, p1_.image AS image_3, p0_.totalcount AS totalcount_4, p0_.globalcategory AS globalcategory_5, g2_.name AS name_6 FROM product p0_, product_image p1_, global_category g2_ WHERE p0_.globalcategory = g2_.id AND p0_.status = 1 GROUP BY p0_.globalcategory
Parameters:
[] |
|
0.20 ms (5.65%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.sku AS sku_3, t0.color AS color_4, t0.size AS size_5, t0.actual_price AS actual_price_6, t0.price AS price_7, t0.tax AS tax_8, t0.total AS total_9, t0.created AS created_10, t0.updated AS updated_11, t0.product_id AS product_id_12, t0.created_by AS created_by_13, t0.access AS access_14, t0.totalcount AS totalcount_15, t0.stock AS stock_16, t0.status AS status_17 FROM product_variation t0 WHERE t0.product_id = ?
Parameters:
[
5
]
|
|
0.17 ms (4.71%) |
1 |
SELECT DISTINCT p0_.id AS id_0, c1_.id AS id_1, c1_.name AS name_2, c1_.color_code AS color_code_3, c1_.extra_code AS extra_code_4 FROM product_variation p0_, color c1_ WHERE p0_.product_id = ? AND p0_.color = c1_.id GROUP BY c1_.id
Parameters:
[
5
]
|
|
0.16 ms (4.54%) |
1 |
SELECT DISTINCT s0_.id AS id_0, s0_.name AS name_1, p1_.id AS id_2 FROM product_variation p1_, size s0_ WHERE p1_.product_id = ? AND p1_.size = s0_.id GROUP BY s0_.id
Parameters:
[
5
]
|
|
0.14 ms (3.82%) |
1 |
SELECT DISTINCT c0_.name AS name_0 FROM brand b1_, city c0_ WHERE b1_.city = c0_.id AND b1_.id = ?
Parameters:
[
2
]
|
|
0.13 ms (3.74%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.city AS city_5, t0.access AS access_6, t0.accessed AS accessed_7, t0.created AS created_8, t0.updated AS updated_9, t0.status AS status_10 FROM brand t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.13 ms (3.57%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.template_pack AS template_pack_5, t0.howitwork AS howitwork_6, t0.uid AS uid_7, t0.status AS status_8 FROM global_category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.13 ms (3.52%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.template_pack AS template_pack_5, t0.design_width AS design_width_6, t0.design_height AS design_height_7, t0.global_category AS global_category_8, t0.uid AS uid_9, t0.status AS status_10 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.13 ms (3.52%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.sku AS sku_3, t0.description AS description_4, t0.image AS image_5, t0.sizechart AS sizechart_6, t0.howitwork AS howitwork_7, t0.product_category AS product_category_8, t0.uid AS uid_9, t0.status AS status_10 FROM style t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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 | No errors. |
| App\Entity\ProductVariation | No errors. |
| App\Entity\ProductImage | No errors. |
| App\Entity\GlobalCategory | No errors. |
| App\Entity\ProductCategory | No errors. |
| App\Entity\Style | No errors. |
| App\Entity\Color | No errors. |
| App\Entity\Size | No errors. |
| App\Entity\Brand | No errors. |
| App\Entity\City | No errors. |
| App\Entity\Attribute | No errors. |