Query Metrics
11
Database Queries
7
Different statements
7.23 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2.23 ms (30.88%) |
2 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.image AS image_4, t0.external_id AS external_id_5, t0.articul AS articul_6, t0.price AS price_7, t0.slug AS slug_8, t0.last_update AS last_update_9, t0.position AS position_10, t0.content AS content_11, t0.modifires AS modifires_12, t0.weight AS weight_13, t0.additional AS additional_14, t0.category_id AS category_id_15 FROM product t0 WHERE t0.active = ? AND t0.additional = ?
Parameters:
[ 1 1 ]
|
||||||||||||||||||||||||||||||||
|
1.43 ms (19.74%) |
3 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.slug AS slug_4, t0.position AS position_5, t0.external_id AS external_id_6 FROM category t0 WHERE t0.id = ?
Parameters:
[
4
]
|
||||||||||||||||||||||||||||||||
|
1.33 ms (18.42%) |
2 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.min_sum AS min_sum_4, t0.product_id AS product_id_5, t6.id AS id_7, t6.active AS active_8, t6.name AS name_9, t6.image AS image_10, t6.external_id AS external_id_11, t6.articul AS articul_12, t6.price AS price_13, t6.slug AS slug_14, t6.last_update AS last_update_15, t6.position AS position_16, t6.content AS content_17, t6.modifires AS modifires_18, t6.weight AS weight_19, t6.additional AS additional_20, t6.category_id AS category_id_21 FROM promo_code t0 LEFT JOIN product t6 ON t0.product_id = t6.id WHERE t0.active = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||
|
0.70 ms (9.65%) |
1 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.image AS image_4, t0.external_id AS external_id_5, t0.articul AS articul_6, t0.price AS price_7, t0.slug AS slug_8, t0.last_update AS last_update_9, t0.position AS position_10, t0.content AS content_11, t0.modifires AS modifires_12, t0.weight AS weight_13, t0.additional AS additional_14, t0.category_id AS category_id_15 FROM product t0 WHERE t0.id IN (NULL) AND t0.active = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||
|
0.58 ms (8.04%) |
1 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.min_sum AS min_sum_4, t0.product_id AS product_id_5, t6.id AS id_7, t6.active AS active_8, t6.name AS name_9, t6.image AS image_10, t6.external_id AS external_id_11, t6.articul AS articul_12, t6.price AS price_13, t6.slug AS slug_14, t6.last_update AS last_update_15, t6.position AS position_16, t6.content AS content_17, t6.modifires AS modifires_18, t6.weight AS weight_19, t6.additional AS additional_20, t6.category_id AS category_id_21 FROM promo_code t0 LEFT JOIN product t6 ON t0.product_id = t6.id WHERE t0.id = ? AND t0.active = ? LIMIT 1
Parameters:
[ 0 1 ]
|
||||||||||||||||||||||||||||||||
|
0.49 ms (6.81%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.content AS content_4 FROM setting t0
Parameters:
[]
|
||||||||||||||||||||||||||||||||
|
0.47 ms (6.46%) |
1 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.name AS name_3, t0.image AS image_4, t0.external_id AS external_id_5, t0.articul AS articul_6, t0.price AS price_7, t0.slug AS slug_8, t0.last_update AS last_update_9, t0.position AS position_10, t0.content AS content_11, t0.modifires AS modifires_12, t0.weight AS weight_13, t0.additional AS additional_14, t0.category_id AS category_id_15 FROM product t0 WHERE t0.id IN (NULL)
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 | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Setting | No errors. |
| App\Entity\PromoCode | No errors. |