Query Metrics

5 Database Queries
4 Different statements
2.52 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0 ORDER BY t0.name ASC
Parameters:
[]
2 0.45 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.route_name AS route_name_3, t0.route AS route_4, t0.body AS body_5, t0.type AS type_6, t0.template_file AS template_file_7, t0.created_on AS created_on_8, t0.updated_on AS updated_on_9 FROM page t0 WHERE t0.route_name = ? LIMIT 1
Parameters:
[
  "home"
]
3 0.63 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0
Parameters:
[]
4 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0
Parameters:
[]
5 0.33 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.image_name AS image_name_4, t0.link AS link_5, t0.sort_index AS sort_index_6, t0.link_title AS link_title_7, t0.created_on AS created_on_8, t0.updated_on AS updated_on_9 FROM slider t0 ORDER BY t0.sort_index 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\Category 2
App\Entity\Page 1