Query Metrics

82 Database Queries
7 Different statements
35.07 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
28.52 ms
(81.31%)
70
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.id = ?
Parameters:
[
  5
]
3.53 ms
(10.07%)
7
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.category_id = ?
Parameters:
[
  1
]
0.88 ms
(2.51%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "open-access"
]
0.70 ms
(2.00%)
1
SELECT a0_.id AS id_0, a0_.description AS description_1, a0_.date AS date_2, a0_.attachment AS attachment_3, a0_.number AS number_4, a0_.page_id AS page_id_5 FROM attachments a0_ WHERE a0_.page_id = ? ORDER BY a0_.date DESC
Parameters:
[
  44
]
0.60 ms
(1.70%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  25
]
0.45 ms
(1.30%)
1
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.position AS position_2 FROM category c0_ ORDER BY c0_.position ASC
Parameters:
[]
0.39 ms
(1.10%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3 FROM important_links t0
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.

Entities Mapping

Class Mapping errors
App\Entity\Page No errors.
App\Entity\Category No errors.
App\Entity\Attachments No errors.
App\Entity\ImportantLinks No errors.