Query Metrics
190
Database Queries
6
Different statements
66.26 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
53.02 ms (80.01%) |
152 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.active AS active_3, t0.created AS created_4, t0.updated AS updated_5, t0.sort AS sort_6, t0.category3_id AS category3_id_7 FROM category t0 WHERE (t0.active = ? AND t0.category3_id = ?) ORDER BY t0.sort ASC
Parameters:
[ 1 1 ] |
|
10.33 ms (15.59%) |
31 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.updated AS updated_3, t0.sort AS sort_4, t0.category2_id AS category2_id_5 FROM category3 t0 WHERE t0.category2_id = ? ORDER BY t0.sort ASC
Parameters:
[
1
]
|
|
1.30 ms (1.97%) |
4 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.updated AS updated_3, t0.sort AS sort_4, t0.category1_id AS category1_id_5 FROM category2 t0 WHERE t0.category1_id = ? ORDER BY t0.sort ASC
Parameters:
[
1
]
|
|
0.68 ms (1.03%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.active AS active_4, t0.created AS created_5, t0.updated AS updated_6, t0.address AS address_7, t0.city AS city_8, t0.codepostal AS codepostal_9, t0.phone AS phone_10, t0.mobile AS mobile_11, t0.country AS country_12, t0.logo AS logo_13, t0.description AS description_14, t0.email AS email_15, t0.seotitle AS seotitle_16, t0.seodescription AS seodescription_17, t0.shop AS shop_18 FROM store t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Astral"
]
|
|
0.66 ms (0.99%) |
1 |
SELECT p0_.id AS id_0, p0_.code AS code_1, p0_.label AS label_2, p0_.price AS price_3, p0_.active AS active_4, p0_.created AS created_5, p0_.updated AS updated_6, p0_.description AS description_7, p0_.sku AS sku_8, p0_.dimension AS dimension_9, p0_.detail AS detail_10, p0_.quantity AS quantity_11, p0_.homepage AS homepage_12, p0_.codeurl AS codeurl_13, p0_.sort AS sort_14, p0_.category_id AS category_id_15, p0_.store_id AS store_id_16, p0_.secondcategory_id AS secondcategory_id_17, p0_.thirdcategory_id AS thirdcategory_id_18, p0_.family_id AS family_id_19 FROM product p0_ WHERE p0_.active = ? AND p0_.store_id = ? ORDER BY p0_.sort ASC, p0_.code ASC
Parameters:
[ 1 7 ] |
|
0.27 ms (0.41%) |
1 |
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.updated AS updated_2, c0_.sort AS sort_3 FROM category1 c0_ WHERE c0_.sort <> 50 ORDER BY c0_.sort ASC LIMIT 7
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\Store | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Family | No errors. |
| App\Entity\Attribute | No errors. |
| App\Entity\ProductImage | No errors. |
| App\Entity\Category1 | No errors. |
| App\Entity\Category2 | No errors. |
| App\Entity\Category3 | No errors. |