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

Queries

Group similar statements

# Time Info
1 4.84 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category_archives t0 ORDER BY t0.id ASC
Parameters:
[]
2 2.90 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  1
]
3 2.16 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  2
]
4 0.62 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  3
]
5 0.57 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  4
]
6 0.44 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  5
]
7 0.46 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  6
]
8 0.42 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  7
]
9 0.41 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  8
]
10 0.44 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  9
]
11 0.49 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  10
]
12 0.77 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  11
]
13 0.51 ms
SELECT COUNT(*) FROM news t0 WHERE t0.is_archived = ? AND t0.category_archives_id = ?
Parameters:
[
  1
  12
]
14 0.77 ms
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.