GET https://blog-aimee-tshibamb.boyekoli.com/article/php-and-symfony-les-super-pouvoirs-du-developpement-web

Query Metrics

3 Database Queries
3 Different statements
3.58 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 1.94 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.is_published AS is_published_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.published_at AS published_at_9, t0.author_id AS author_id_10 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "php-and-symfony-les-super-pouvoirs-du-developpement-web"
]
2 0.82 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5, t0.created_at AS created_at_6 FROM users t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.82 ms
SELECT t0.id AS id_1, t0.content AS content_2, t0.like_count AS like_count_3, t0.dislike_count AS dislike_count_4, t0.created_at AS created_at_5, t0.article_id AS article_id_6, t0.author_id AS author_id_7 FROM comments t0 WHERE t0.article_id = ? ORDER BY t0.created_at DESC
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 1
App\Entity\User 1

Entities Mapping

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