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

Query Metrics

10 Database Queries
3 Different statements
4.74 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.46 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.spotlight = ? ORDER BY t0.created_at DESC
Parameters:
[
  1
]
2 0.37 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"
]
3 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:
[
  "3"
  "en"
  "App\Entity\News"
]
4 0.37 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:
[
  "1"
  "en_US"
  "App\Entity\News"
]
5 0.61 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:
[
  "1"
  "en"
  "App\Entity\News"
]
6 0.32 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:
[
  "2"
  "en_US"
  "App\Entity\News"
]
7 0.31 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:
[
  "2"
  "en"
  "App\Entity\News"
]
8 0.33 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 1
Parameters:
[]
9 0.35 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"
]
10 0.33 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"
]

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.