Query Metrics
3
Database Queries
3
Different statements
3.92 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.53 ms (39.00%) |
1 |
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:
[
"27"
]
|
|
1.34 ms (34.32%) |
1 |
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:
[
27
]
|
|
1.04 ms (26.68%) |
1 |
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-traditionnel"
]
|
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. |