Query Metrics
3
Database Queries
3
Different statements
7.38 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
3.68 ms (49.86%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"7"
]
|
2.76 ms (37.34%) |
1 |
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:
[
"7"
]
|
0.95 ms (12.80%) |
1 |
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. |