Query Metrics
3
Database Queries
3
Different statements
9.46 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.65 ms (91.47%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM event_type t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"globals"
]
|
|
0.51 ms (5.39%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.datum AS datum_3, t0.time AS time_4, t0.city AS city_5, t0.description AS description_6, t0.url AS url_7, t0.caption AS caption_8, t0.language AS language_9, t0.end_datum AS end_datum_10, t0.hide_datum AS hide_datum_11, t0.hide_title AS hide_title_12, t0.machine_name AS machine_name_13, t0.image AS image_14, t0.event_type_id AS event_type_id_15, t0.city_id_id AS city_id_id_16 FROM events t0 WHERE t0.event_type_id = ? LIMIT 1
Parameters:
[
8
]
|
|
0.30 ms (3.14%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.language AS language_4, t0.content AS content_5 FROM pages t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"footer"
]
|
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\EventType | No errors. |
| App\Entity\Events | No errors. |
| App\Entity\Cities | No errors. |
| App\Entity\Picture | No errors. |
| App\Entity\Pages | No errors. |