GET https://testcode.website/aktuality?page=2

Query Metrics

5 Database Queries
5 Different statements
7.26 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.44 ms
(61.22%)
1
SELECT COUNT(DISTINCT n0_.id) AS sclr_0 FROM news n0_ WHERE n0_.published = ?
Parameters:
[
  1
]
0.87 ms
(11.97%)
1
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.content AS content_2, n0_.created_at AS created_at_3, n0_.updated_at AS updated_at_4, n0_.source AS source_5, n0_.image AS image_6, n0_.published AS published_7, n0_.author AS author_8 FROM news n0_ WHERE n0_.published = ? AND n0_.id IN (?, ?) ORDER BY n0_.created_at DESC
Parameters:
[
  1
  11
  10
]
0.71 ms
(9.76%)
1
SELECT DISTINCT n0_.id AS id_0, n0_.created_at AS created_at_1 FROM news n0_ WHERE n0_.published = ? ORDER BY n0_.created_at DESC LIMIT 3 OFFSET 3
Parameters:
[
  1
]
0.66 ms
(9.08%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.source AS source_6, t0.image AS image_7, t0.published AS published_8, t0.author AS author_9 FROM news t0
Parameters:
[]
0.58 ms
(7.98%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.source AS source_6, t0.image AS image_7, t0.published AS published_8, t0.author AS author_9 FROM news t0 ORDER BY t0.created_at DESC LIMIT 1
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\News No errors.