Query Metrics
36
Database Queries
6
Different statements
9.24 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
6.31 ms (68.32%) |
26 |
SELECT t0.id AS id_1, t0.source AS source_2, t0.translation AS translation_3, t0.locale AS locale_4 FROM translations t0 WHERE t0.source = ? AND t0.locale = ? LIMIT 1
Parameters:
[ "Kontakt" "cs" ] |
|
1.03 ms (11.20%) |
4 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.lang AS lang_4, t0.slug AS slug_5, t0.menu_id AS menu_id_6 FROM menu_lang t0 WHERE t0.menu_id = ?
Parameters:
[
1
]
|
|
0.82 ms (8.86%) |
3 |
SELECT t0.id AS id_1, t0.deleted_at AS deleted_at_2, t0.ord AS ord_3 FROM menu t0 WHERE ((t0.deleted_at IS NULL)) ORDER BY t0.ord ASC
Parameters:
[] |
|
0.55 ms (5.96%) |
1 |
SELECT t0.id AS id_1, t0.deleted_at AS deleted_at_2, t0.ord AS ord_3, t0.last_mod AS last_mod_4, t0.image_id AS image_id_5 FROM contact t0 WHERE ((t0.deleted_at IS NULL))
Parameters:
[] |
|
0.27 ms (2.89%) |
1 |
SELECT t0.id AS id_1, t0.deleted_at AS deleted_at_2, t0.ord AS ord_3, t0.last_mod AS last_mod_4, t0.image_id AS image_id_5 FROM galler t0 WHERE ((t0.deleted_at IS NULL)) ORDER BY t0.ord ASC LIMIT 1
Parameters:
[] |
|
0.26 ms (2.77%) |
1 |
SELECT t0.id AS id_1, t0.file_path AS file_path_2, t0.folder AS folder_3, t0.is_image AS is_image_4 FROM media_object t0 WHERE t0.id = ?
Parameters:
[
95
]
|
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\Contact | No errors. |
| App\Entity\MediaObject | No errors. |
| App\Entity\Galler | No errors. |
| App\Entity\GallerLang | No errors. |
| App\Entity\Translations | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\MenuLang | No errors. |