Query Metrics
3
Database Queries
3
Different statements
2.47 ms
Query time
0
Invalid entities
24
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.89 ms |
SELECT t0.cle AS cle_1, t0.valeur AS valeur_2 FROM home_setting t0
Parameters:
[]
|
||||||||||||||||||||||||||||
| 2 | 0.82 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.code AS code_2, p0_.slug AS slug_3, p0_.description AS description_4, p0_.price AS price_5, p0_.image_url AS image_url_6, p0_.features AS features_7, p0_.rating AS rating_8, p0_.in_stock AS in_stock_9, p0_.published AS published_10, p0_.stock_quantity AS stock_quantity_11, p0_.stock_by_age AS stock_by_age_12, p0_.created_at AS created_at_13, c1_.id AS id_14, c1_.name AS name_15, c1_.slug AS slug_16, p0_.category_id AS category_id_17 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE p0_.slug = ? AND p0_.published = ?
Parameters:
[ "robe-paque-enfant" 1 ]
|
||||||||||||||||||||||||||||
| 3 | 0.76 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.code AS code_2, p0_.slug AS slug_3, p0_.description AS description_4, p0_.price AS price_5, p0_.image_url AS image_url_6, p0_.features AS features_7, p0_.rating AS rating_8, p0_.in_stock AS in_stock_9, p0_.published AS published_10, p0_.stock_quantity AS stock_quantity_11, p0_.stock_by_age AS stock_by_age_12, p0_.created_at AS created_at_13, p0_.category_id AS category_id_14 FROM product p0_ WHERE p0_.category_id = ? AND p0_.id <> ? AND p0_.published = ? ORDER BY p0_.created_at DESC LIMIT 4
Parameters:
[ 4 10 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\HomeSetting | 21 |
| App\Entity\Product | 2 |
| App\Entity\Category | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\HomeSetting | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Category | No errors. |