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

Query Metrics

2 Database Queries
2 Different statements
1.66 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.96 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:
[
  "Blog"
]
2 0.69 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:
[
  3
]

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\Category 1

Entities Mapping

Class Mapping errors
App\Entity\Article\Category No errors.
App\Entity\Article\Article No errors.
App\Entity\User\User No errors.