GET https://dev.patrimoine-roses.lu/fr/archives?category=9&page=1

Query Metrics

14 Database Queries
3 Different statements
15.79 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
10.18 ms
(64.46%)
12
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  1
]
4.84 ms
(30.68%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM category_archives t0 ORDER BY t0.id ASC
Parameters:
[]
0.77 ms
(4.86%)
1
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.photo AS photo_2, n0_.description AS description_3, n0_.is_archived AS is_archived_4, n0_.created_at AS created_at_5, n0_.category_archives_id AS category_archives_id_6 FROM news n0_ WHERE n0_.category_archives_id = ? AND n0_.is_archived = 1 ORDER BY n0_.id DESC
Parameters:
[
  "9"
]

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\CategoryArchives No errors.
App\Entity\News No errors.