Query Metrics
1
Database Queries
1
Different statements
0.87 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.87 ms |
SELECT a0_.id AS id_0, a0_.titre AS titre_1, a0_.slug AS slug_2, a0_.intro AS intro_3, a0_.type AS type_4, a0_.file_images AS file_images_5, a0_.file_videos AS file_videos_6, a0_.description AS description_7, a0_.titre_second AS titre_second_8, a0_.file_second AS file_second_9, a0_.description_second AS description_second_10, a0_.titre_trois AS titre_trois_11, a0_.file_trois AS file_trois_12, a0_.description_trois AS description_trois_13, a0_.created_at AS created_at_14, a0_.updated_at AS updated_at_15, b1_.id AS id_16, b1_.titre AS titre_17, b1_.slug AS slug_18, b1_.description AS description_19, b1_.created_at AS created_at_20, a0_.categorie_id AS categorie_id_21 FROM article a0_ LEFT JOIN blog_categorie b1_ ON a0_.categorie_id = b1_.id WHERE a0_.id = ? ORDER BY a0_.created_at DESC
Parameters:
[
"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\Article | 1 |
| App\Entity\BlogCategorie | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Article | No errors. |
| App\Entity\BlogCategorie | No errors. |