Query Metrics
3
Database Queries
3
Different statements
0.72 ms
Query time
0
Invalid entities
14
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.pub_date AS pub_date_3, t0.updated AS updated_4, t0.slug AS slug_5, t0.status AS status_6, t0.image_name AS image_name_7, t0.content AS content_8, t0.video AS video_9, t0.author_id AS author_id_10 FROM article t0 WHERE t0.status = ? ORDER BY t0.pub_date DESC LIMIT 2
Parameters:
[
"published"
]
|
||||||||||||||||||||
| 2 | 0.26 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.event_date AS event_date_3, t0.content AS content_4, t0.pub_date AS pub_date_5, t0.updated AS updated_6 FROM event t0 ORDER BY t0.event_date DESC LIMIT 3
Parameters:
[]
|
||||||||||||||||||||
| 3 | 0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.featured AS featured_3, t0.image_name AS image_name_4, t0.updated_at AS updated_at_5, t0.album_id AS album_id_6 FROM image t0 WHERE t0.featured = ? ORDER BY t0.id DESC LIMIT 6
Parameters:
[
1
]
|
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\Image | 6 |
| App\Entity\Album | 3 |
| App\Entity\Article | 2 |
| App\Entity\Event | 2 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Article | No errors. |
| App\Entity\User | No errors. |
| App\Entity\ArticleImage | No errors. |
| App\Entity\Album | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\Image | No errors. |