Query Metrics
3
Database Queries
3
Different statements
4.39 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.73 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.cover AS cover_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.shooted_at AS shooted_at_6, t0.service_id AS service_id_7 FROM album t0 WHERE t0.id = ?
Parameters:
[
"28"
]
|
| 2 | 1.43 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.album_id AS album_id_3 FROM portfolio t0 WHERE t0.album_id = ?
Parameters:
[
28
]
|
| 3 | 1.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.status AS status_4, t0.image AS image_5, t0.created_at AS created_at_6, t0.slug AS slug_7, t0.slogan AS slogan_8, t0.cover AS cover_9, t0.category_service_id AS category_service_id_10 FROM service t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"mariage-civil"
]
|
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\Service |
|
| App\Entity\Portfolio | No errors. |
| App\Entity\CategoryServices | No errors. |
| App\Entity\Reservation | No errors. |