Query Metrics

7 Database Queries
5 Different statements
11.08 ms Query time
2 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.75 ms
(42.86%)
3
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.45 ms
(22.12%)
1
SELECT t0.id AS id_1, t0.file AS file_2 FROM gallery_image t0 INNER JOIN gallery_gallery_image ON t0.id = gallery_gallery_image.gallery_image_id WHERE gallery_gallery_image.gallery_id = ?
Parameters:
[
  3
]
1.72 ms
(15.49%)
1
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:
[
  "3"
]
1.13 ms
(10.22%)
1
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:
[
  3
  30
]
1.03 ms
(9.30%)
1
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.