Query Metrics
2
Database Queries
2
Different statements
1.01 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.49 ms |
SELECT t0.id AS id_1, t0.titolo AS titolo_2, t0.copertina AS copertina_3, t0.descrizione AS descrizione_4, t0.updated_at AS updated_at_5 FROM nuptials t0 WHERE t0.id = ?
Parameters:
[
"2"
]
|
2 | 0.53 ms |
SELECT t0.id AS id_1, t0.immagine AS immagine_2, t0.video AS video_3, t0.ordine AS ordine_4, t0.updated_at AS updated_at_5, t0.nuptial_id AS nuptial_id_6 FROM nuptials_gallery t0 WHERE t0.nuptial_id = ? ORDER BY t0.ordine ASC
Parameters:
[
2
]
|
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\Nuptials | No errors. |
App\Entity\NuptialsGallery | No errors. |