GET http://codebyaurore.dev/blog/pourquoi-reconversion-developpement-web

Query Metrics

5 Database Queries
5 Different statements
6.81 ms Query time
0 Invalid entities
7 Managed entities

Queries

Group similar statements

# Time Info
1 2.72 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.published_at AS published_at_5, t0.created_at AS created_at_6, t0.meta_description AS meta_description_7, t0.status AS status_8, t0.category_id AS category_id_9 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "pourquoi-reconversion-developpement-web"
]
2 1.46 ms
SELECT c0_.id AS id_0, c0_.username AS username_1, c0_.email AS email_2, c0_.comment AS comment_3, c0_.status AS status_4, c0_.published_at AS published_at_5, c0_.token AS token_6, c0_.article_id AS article_id_7 FROM comment c0_ WHERE c0_.article_id = ? AND c0_.status = ? ORDER BY c0_.published_at DESC
Parameters:
[
  1
  "validé"
]
3 0.25 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.comment AS comment_4, t0.status AS status_5, t0.published_at AS published_at_6, t0.token AS token_7, t0.article_id AS article_id_8 FROM comment t0 WHERE t0.article_id = ?
Parameters:
[
  1
]
4 1.29 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 1.09 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3 FROM tag t0 INNER JOIN article_tag ON t0.id = article_tag.tag_id WHERE article_tag.article_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\Comment 4
App\Entity\Article 1
App\Entity\Category 1
App\Entity\Tag 1

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\Category No errors.
App\Entity\Comment No errors.
App\Entity\Tag No errors.