Query Metrics
3
Database Queries
3
Different statements
2.18 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.07 ms |
SELECT p0_.id AS id_0, p0_.app_name AS app_name_1, p0_.slug AS slug_2 FROM pages p0_ WHERE p0_.slug = ?
Parameters:
[
"home"
]
|
| 2 | 0.65 ms |
SELECT t0.title AS title_1, t0.description AS description_2, t0.content AS content_3, t0.language_id AS language_id_4, t0.translatable_id AS translatable_id_5 FROM pages_translations t0 WHERE t0.translatable_id = ?
Parameters:
[
4
]
|
| 3 | 0.45 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3 FROM languages t0 WHERE t0.id = ?
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\Page | No errors. |
| App\Entity\PageTranslation | No errors. |
| App\Entity\Language | No errors. |