GET https://service.confection-mada.fr/actus

Query Metrics

3 Database Queries
3 Different statements
4.44 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 1.43 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.parent_id AS parent_id_5 FROM category t0 WHERE t0.title = ?
Parameters:
[
  "Actualites"
]
2 1.63 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.author_id AS author_id_6, t0.category_id AS category_id_7 FROM article t0 WHERE t0.category_id = ?
Parameters:
[
  2
]
3 1.37 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Article\Article 6
App\Entity\Article\Category 1
App\Entity\User\User 1

Entities Mapping