Query Metrics
1
Database Queries
1
Different statements
1.39 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.place AS place_4, t0.size AS size_5, t0.mission AS mission_6, t0.article AS article_7, t0.thumbnail AS thumbnail_8, t0.thumbnail_sec AS thumbnail_sec_9, t0.slug AS slug_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.start_date AS start_date_13, t0.sub_title AS sub_title_14, t0.customer_id AS customer_id_15, t16.id AS id_17, t16.name AS name_18, t16.designation AS designation_19, t16.created_at AS created_at_20, t16.projet_id AS projet_id_21 FROM project t0 LEFT JOIN opinion t16 ON t16.projet_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
"patisserie-claire-heitzler"
]
|
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\Project | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Project | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\Opinion | No errors. |
| App\Entity\ProjectPhoto | No errors. |