Query Metrics
2
Database Queries
2
Different statements
2.64 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.45 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.date_publication AS date_publication_3, t0.content AS content_4, t0.file AS file_5, t0.published AS published_6, t0.intro AS intro_7, t0.picture AS picture_8, t0.picture_alt AS picture_alt_9, t0.meta_description AS meta_description_10, t0.frontpage AS frontpage_11, t0.text_file AS text_file_12, t0.category_id AS category_id_13 FROM blog_article t0 WHERE t0.id = ?
Parameters:
[
"5"
]
|
| 2 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.published AS published_4, t0.date_publication AS date_publication_5 FROM notification t0 WHERE t0.published = ? ORDER BY t0.date_publication DESC
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Notification | No errors. |
| App\Entity\User | No errors. |
| App\Entity\BlogArticle | No errors. |
| App\Entity\BlogCategory | No errors. |