Query Metrics
4
Database Queries
4
Different statements
3.16 ms
Query time
0
Invalid entities
Grouped Statements
default connection
Time▼ | Count | Info |
---|---|---|
2.00 ms (63.54%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c1_.id AS id_2, c1_.name AS name_3, c2_.id AS id_4, c2_.code AS code_5, c2_.name AS name_6, h3_.title AS title_7 FROM constructions c0_ LEFT JOIN construction_types c1_ ON (c1_.construction_id = c0_.id) LEFT JOIN construction_elements c2_ ON (c2_.construction_type_id = c1_.id) LEFT JOIN hotspots h3_ ON (h3_.code = c2_.hotspot) WHERE h3_.title LIKE ?
Parameters:
[
"%gaube%"
]
|
0.46 ms (14.48%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM constructions t0
Parameters:
[] |
0.42 ms (13.21%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.construction_id AS construction_id_3 FROM construction_types t0 WHERE t0.construction_id = ?
Parameters:
[
1
]
|
0.28 ms (8.77%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.construction_id AS construction_id_3 FROM construction_types t0
Parameters:
[] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
user | doctrine.dbal.user_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
user | doctrine.orm.user_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
Class | Mapping errors |
---|---|
Mm\Beton\Planungsatlas\AtlasBundle\Entity\Main\Construction | No errors. |
Mm\Beton\Planungsatlas\AtlasBundle\Entity\Main\ConstructionType | No errors. |
Mm\Beton\Planungsatlas\AtlasBundle\Entity\Main\ConstructionElement | No errors. |
Mm\Beton\Planungsatlas\AtlasBundle\Entity\Main\Hotspot | No errors. |
user entity manager
No loaded entities.