GET https://munichclimbs.com/suche

Query Metrics

3 Database Queries
3 Different statements
5.70 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 1.64 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.slug AS slug_2, a0_.orientation AS orientation_3, a0_.sequence AS sequence_4, a0_.online AS online_5, a0_.image AS image_6, a0_.header_image AS header_image_7, a0_.lat AS lat_8, a0_.lng AS lng_9, a0_.zoom AS zoom_10, a0_.rock_responsibility AS rock_responsibility_11, a0_.railway_station AS railway_station_12, a0_.kletterkonzeption AS kletterkonzeption_13 FROM area a0_ WHERE a0_.online = 1 ORDER BY a0_.sequence ASC
Parameters:
[]
2 2.57 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.slug AS slug_2, a0_.image AS image_3, r1_.id AS id_4, r1_.name AS name_5, r1_.slug AS slug_6 FROM area a0_ LEFT JOIN rock r1_ ON a0_.id = r1_.area_id WHERE a0_.online = 1 AND r1_.online = 1 ORDER BY a0_.sequence ASC, r1_.nr ASC
Parameters:
[]
3 1.49 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.slug AS slug_2 FROM area a0_ LEFT JOIN rock r1_ ON a0_.id = r1_.area_id WHERE a0_.online = 1 GROUP BY a0_.id, a0_.name ORDER BY a0_.sequence ASC
Parameters:
[]

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\Area 13

Entities Mapping

Class Mapping errors
App\Entity\Area No errors.
App\Entity\Rock No errors.
App\Entity\Routes No errors.