Query Metrics
3
Database Queries
3
Different statements
5.75 ms
Query time
0
Invalid entities
46
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.region AS region_4, t0.district AS district_5, t0.municipality AS municipality_6, t0.part_of_municipality AS part_of_municipality_7, t0.created_at AS created_at_8 FROM location_groups t0
Parameters:
[] |
| 2 | 1.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM navigations t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 3 | 1.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.position AS position_4, t0.navigation_id AS navigation_id_5, t0.navigation_item_id AS navigation_item_id_6 FROM navigation_items t0 WHERE t0.navigation_id = ? ORDER BY t0.position ASC
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\NavigationItem | 26 |
| App\Entity\Location\Group | 19 |
| App\Entity\Navigation | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Location\Group | No errors. |
| App\Entity\Location\Location | No errors. |
| App\Entity\Navigation | No errors. |
| App\Entity\NavigationItem | No errors. |