Query Metrics
3
Database Queries
3
Different statements
6.17 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 3.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"16"
]
|
2 | 2.27 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.date_event AS date_event_3, a0_.coverpicture AS coverpicture_4, a0_.category_id AS category_id_5, a0_.season_id AS season_id_6 FROM album a0_ WHERE a0_.category_id = ? ORDER BY a0_.date_event DESC
Parameters:
[
"16"
]
|
3 | 0.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 ORDER BY t0.name ASC
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\Entity\Album | No errors. |
App\Entity\Category | No errors. |
App\Entity\Pictures | No errors. |
App\Entity\Season | No errors. |