Query Metrics
3
Database Queries
3
Different statements
12.66 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
4.77 ms (37.69%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.date_event AS date_event_4, t0.coverpicture AS coverpicture_5, t0.category_id AS category_id_6, t0.season_id AS season_id_7 FROM album t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"10000000"
]
|
4.07 ms (32.12%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 ORDER BY t0.name ASC
Parameters:
[] |
3.82 ms (30.19%) |
1 |
SELECT p0_.id AS id_0, p0_.image AS image_1, p0_.category_id AS category_id_2, p0_.album_id AS album_id_3, p0_.user_id AS user_id_4 FROM pictures p0_ WHERE p0_.album_id = ? ORDER BY p0_.id DESC
Parameters:
[
"10000000"
]
|
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\Pictures | No errors. |
App\Entity\Album | No errors. |
App\Entity\Category | No errors. |
App\Entity\Season | No errors. |
App\Entity\User | No errors. |