GET https://testcode.website/aktuality/12

Query Metrics

4 Database Queries
4 Different statements
5.44 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 3.65 ms
SELECT COUNT(DISTINCT n0_.id) AS sclr_0 FROM news n0_ WHERE n0_.published = ?
Parameters:
[
  1
]
2 0.65 ms
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
Parameters:
[
  1
]
3 0.71 ms
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
  14
  13
  12
]
4 0.43 ms
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:
[]

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.