GET https://neabio.agencetotem.net/fr/

Query Metrics

4 Database Queries
2 Different statements
2.58 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.47 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 ORDER BY t0.created_at DESC LIMIT 3
Parameters:
[]
2 0.43 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.34 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"
]
4 0.34 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:
[
  "3"
  "en_US"
  "App\Entity\News"
]

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.