Query Metrics
3
Database Queries
3
Different statements
0.63 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.35 ms |
SELECT t0.id AS id_1, t0.language AS language_2, t0.title AS title_3, t0.subtitle AS subtitle_4, t0.slug AS slug_5, t0.image AS image_6, t0.text AS text_7, t0.created_at AS created_at_8, t0.published AS published_9 FROM post t0 WHERE t0.language = ? ORDER BY t0.id DESC LIMIT 3
Parameters:
[
"en"
]
|
| 2 | 0.14 ms |
SELECT t0.id AS id_1, t0.language AS language_2, t0.title AS title_3, t0.image AS image_4, t0.subtitle AS subtitle_5 FROM hotel_feature t0 WHERE t0.language = ? ORDER BY t0.id DESC LIMIT 5
Parameters:
[
"en"
]
|
| 3 | 0.15 ms |
SELECT t0.id AS id_1, t0.language AS language_2, t0.title AS title_3, t0.image AS image_4, t0.text AS text_5, t0.created_at AS created_at_6, t0.slug AS slug_7, t0.category AS category_8 FROM place t0 WHERE t0.language = ? ORDER BY t0.id DESC LIMIT 5
Parameters:
[
"en"
]
|
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\Post | No errors. |
| App\Entity\HotelFeature | No errors. |
| App\Entity\Place | No errors. |
| App\Entity\PlaceCategory | No errors. |