Query Metrics
4
Database Queries
4
Different statements
3.20 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.89 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.commission AS commission_5, t0.for_product_type AS for_product_type_6, t0.parent_category_id AS parent_category_id_7 FROM flexy_categoryproduct t0 WHERE t0.id = ?
Parameters:
[
"67"
]
|
2 | 0.50 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ LEFT JOIN article a1_ ON p0_.id = a1_.id LEFT JOIN shop_product s2_ ON p0_.id = s2_.id LEFT JOIN product_category_product p4_ ON p0_.id = p4_.product_id LEFT JOIN flexy_categoryproduct f3_ ON f3_.id = p4_.category_product_id WHERE f3_.id = 67 AND p0_.is_published = 1
Parameters:
[] |
3 | 0.42 ms |
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ LEFT JOIN article a1_ ON p0_.id = a1_.id LEFT JOIN shop_product s2_ ON p0_.id = s2_.id LEFT JOIN product_category_product p4_ ON p0_.id = p4_.product_id LEFT JOIN flexy_categoryproduct f3_ ON f3_.id = p4_.category_product_id WHERE f3_.id = 67 AND p0_.is_published = 1 LIMIT 10
Parameters:
[] |
4 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.commission AS commission_5, t0.for_product_type AS for_product_type_6, t0.parent_category_id AS parent_category_id_7 FROM flexy_categoryproduct t0 WHERE t0.parent_category_id IS 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\Flexy\ShopBundle\Entity\Product\CategoryProduct | No errors. |
App\Flexy\ShopBundle\Entity\Product\Product | No errors. |
App\Flexy\ShopBundle\Entity\Product\Attribut | No errors. |
App\Flexy\StockBundle\Entity\Article | No errors. |
App\Flexy\ShopBundle\Entity\Product\ProductShop | No errors. |