Query Metrics
3
Database Queries
3
Different statements
1.27 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.fa_icon AS fa_icon_3, t0.title AS title_4, t0.text AS text_5, t0.image_name AS image_name_6, t0.updated_at AS updated_at_7, t0.title_seo AS title_seo_8, t0.description_seo AS description_seo_9, t0.keywords_seo AS keywords_seo_10, t0.url AS url_11 FROM category t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
||||||||||||||||||||||||||||
| 2 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.category_id AS category_id_4 FROM under_category t0 WHERE t0.id = ?
Parameters:
[
"2"
]
|
||||||||||||||||||||||||||||
| 3 | 0.65 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.label AS label_2, p1_.id AS id_3, p1_.price AS price_4, p1_.promo_status AS promo_status_5, p1_.promo_percentage AS promo_percentage_6, p1_.description AS description_7, p1_.variant_name AS variant_name_8, p2_.image_name AS image_name_9 FROM product p0_ LEFT JOIN product_variant p1_ ON (p1_.product_id = p0_.id) LEFT JOIN product_image p2_ ON (p2_.product_id = p0_.id) INNER JOIN product_under_category p4_ ON p0_.id = p4_.product_id INNER JOIN under_category u3_ ON u3_.id = p4_.under_category_id WHERE p1_.available = 1 AND p1_.main_product_variant = 1 AND u3_.id = ? GROUP BY p0_.id
Parameters:
[
2
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Category | 1 |
| App\Entity\UnderCategory | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Category | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\UnderCategory | No errors. |
| App\Entity\ProductVariant | No errors. |
| App\Entity\ProductImage | No errors. |