Query Metrics

6 Database Queries
4 Different statements
6.55 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.91 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "en"
]
2 1.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.url AS url_4, t0.status AS status_5, t0.image AS image_6, t0.created AS created_7, t0.updated AS updated_8, t0.diaporama AS diaporama_9 FROM gallery t0 WHERE t0.id = ?
Parameters:
[
  "2"
]
3 1.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.gallery_id AS gallery_id_4, t0.language_id AS language_id_5 FROM gallery_translation t0 WHERE t0.gallery_id = ? AND t0.language_id = ? LIMIT 1
Parameters:
[
  2
  30
]
4 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "en"
]
5 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "en"
]
6 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3 FROM departement t0
Parameters:
[]

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\Language 1
App\Entity\Gallery\Gallery 1
App\Entity\Gallery\GalleryTranslation 1

Entities Mapping

Class Mapping errors
App\Entity\Language No errors.
App\Entity\Advice\Testimonial No errors.
App\Entity\Advice\Advice No errors.
App\Entity\Gallery\Gallery
  • The association App\Entity\Gallery\Gallery#galleryImage refers to the inverse side field App\Entity\Gallery\GalleryImage#Gallery which does not exist.
App\Entity\Gallery\GalleryImage No errors.
App\Entity\Gallery\GalleryTranslation
  • The association App\Entity\Gallery\GalleryTranslation#gallery refers to the inverse side field App\Entity\Gallery\Gallery#GalleryTranslation which does not exist.
  • The association App\Entity\Gallery\GalleryTranslation#language refers to the inverse side field App\Entity\Language#GalleryTranslation which does not exist.
App\Entity\Departement No errors.