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

Query Metrics

5 Database Queries
5 Different statements
65.99 ms Query time
0 Invalid entities
14 Managed entities

Grouped Statements

Show all queries

Time Count Info
42.04 ms
(63.71%)
1
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"
]
17.02 ms
(25.79%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.parent_id AS parent_id_5, t0.author_id AS author_id_6 FROM service t0
Parameters:
[]
3.21 ms
(4.86%)
1
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
]
2.54 ms
(3.85%)
1
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.id = ?
Parameters:
[
  2
]
1.18 ms
(1.79%)
1
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
]

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\Service\Service 6
App\Entity\Article\Article 6
App\Entity\User\User 1
App\Entity\Article\Category 1

Entities Mapping