Query Metrics

5 Database Queries
2 Different statements
2.62 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.65 ms
(62.94%)
4
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.short_description AS short_description_4, t0.long_description AS long_description_5, t0.is_active AS is_active_6, t0.type AS type_7 FROM page t0 WHERE t0.is_active = ? AND t0.type = ? ORDER BY t0.id ASC
Parameters:
[
  1
  "12"
]
0.97 ms
(37.06%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.short_description AS short_description_4, t0.long_description AS long_description_5, t0.is_active AS is_active_6, t0.type AS type_7 FROM page t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "kontakt"
  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.

Entities Mapping

Class Mapping errors
App\Entity\Page\Page No errors.