GET https://neabio.agencetotem.net/en/nea-news/article-test

Query Metrics

7 Database Queries
4 Different statements
2.75 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.72 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.meta_description AS meta_description_4, t0.excerpt AS excerpt_5, t0.social_image_name AS social_image_name_6, t0.thumbnail_name AS thumbnail_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.content AS content_10, t0.spotlight AS spotlight_11 FROM news t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "article-test"
]
2 0.29 ms
SELECT n0_.content AS content_0, n0_.field AS field_1 FROM news_translations n0_ WHERE n0_.foreign_key = ? AND n0_.locale = ? AND n0_.object_class = ?
Parameters:
[
  "5"
  "en_US"
  "App\Entity\News"
]
3 0.59 ms
SELECT n0_.content AS content_0, n0_.field AS field_1 FROM news_translations n0_ WHERE n0_.foreign_key = ? AND n0_.locale = ? AND n0_.object_class = ?
Parameters:
[
  "5"
  "en"
  "App\Entity\News"
]
4 0.25 ms
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.meta_description AS meta_description_3, n0_.excerpt AS excerpt_4, n0_.social_image_name AS social_image_name_5, n0_.thumbnail_name AS thumbnail_name_6, n0_.created_at AS created_at_7, n0_.updated_at AS updated_at_8, n0_.content AS content_9, n0_.spotlight AS spotlight_10 FROM news n0_ WHERE n0_.id < ? ORDER BY n0_.id DESC LIMIT 1
Parameters:
[
  5
]
5 0.24 ms
SELECT n0_.content AS content_0, n0_.field AS field_1 FROM news_translations n0_ WHERE n0_.foreign_key = ? AND n0_.locale = ? AND n0_.object_class = ?
Parameters:
[
  "4"
  "en_US"
  "App\Entity\News"
]
6 0.42 ms
SELECT n0_.content AS content_0, n0_.field AS field_1 FROM news_translations n0_ WHERE n0_.foreign_key = ? AND n0_.locale = ? AND n0_.object_class = ?
Parameters:
[
  "4"
  "en"
  "App\Entity\News"
]
7 0.24 ms
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.meta_description AS meta_description_3, n0_.excerpt AS excerpt_4, n0_.social_image_name AS social_image_name_5, n0_.thumbnail_name AS thumbnail_name_6, n0_.created_at AS created_at_7, n0_.updated_at AS updated_at_8, n0_.content AS content_9, n0_.spotlight AS spotlight_10 FROM news n0_ WHERE n0_.id > ? ORDER BY n0_.id ASC LIMIT 1
Parameters:
[
  5
]

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.

Entities Mapping

Class Mapping errors
App\Entity\News No errors.
App\Entity\NewsTranslation
  • The association App\Entity\NewsTranslation#object refers to the inverse side field App\Entity\News#translations which does not exist.