Query Metrics
1
Database Queries
1
Different statements
1.91 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.91 ms |
SELECT g0_.id AS id_0, g0_.title AS title_1, g0_.slug AS slug_2, g0_.description AS description_3, g0_.event_date AS event_date_4, g0_.cover_name AS cover_name_5, g0_.updated_at AS updated_at_6, g0_.is_published AS is_published_7, g1_.id AS id_8, g1_.image_name AS image_name_9, g1_.caption AS caption_10, g1_.sort_order AS sort_order_11, g1_.updated_at AS updated_at_12, g1_.created_at AS created_at_13, g1_.album_id AS album_id_14 FROM gallery_album g0_ LEFT JOIN gallery_image g1_ ON g0_.id = g1_.album_id WHERE g0_.is_published = 1 ORDER BY g0_.event_date DESC, g1_.sort_order 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\GalleryImage | 3 |
| App\Entity\GalleryAlbum | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\GalleryAlbum | No errors. |
| App\Entity\GalleryImage | No errors. |