GET https://test.afisc.org/actualites/girlsinict-2

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.28 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.published_at AS published_at_6, t0.is_published AS is_published_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "girlsinict-2"
]
2 0.22 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.article_id AS article_id_5 FROM article_image t0 WHERE t0.article_id = ?
Parameters:
[
  3
]
3 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.css_class AS css_class_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM article_category t0 INNER JOIN article_article_category ON t0.id = article_article_category.article_category_id WHERE article_article_category.article_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 1
App\Entity\ArticleImage 1
App\Entity\ArticleCategory 1

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\ArticleCategory No errors.
App\Entity\ArticleImage No errors.