GET http://villereau45.fr/article/list/category

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.47 ms
(39.40%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.text AS text_4, t0.picture AS picture_5, t0.picture_size AS picture_size_6, t0.updated_at AS updated_at_7, t0.writer AS writer_8, t0.category_id AS category_id_9 FROM content t0 WHERE t0.category_id = ? ORDER BY t0.date DESC
Parameters:
[
  28
]
0.81 ms
(21.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  "28"
]
0.61 ms
(16.30%)
1
SELECT t0.id AS id_1, t0.document AS document_2, t0.document_size AS document_size_3, t0.updated_at AS updated_at_4, t0.date AS date_5 FROM newspaper t0 ORDER BY t0.date DESC
Parameters:
[]
0.47 ms
(12.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0
Parameters:
[]
0.38 ms
(10.15%)
1
SELECT t0.id AS id_1, t0.date AS date_2 FROM newspaper2 t0 ORDER BY t0.date DESC
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\Category No errors.
App\Entity\Content No errors.
App\Entity\Newspaper No errors.
App\Entity\Newspaper2 No errors.