GET https://bianco.mypreprod.xyz/en/gallery-show/4-photo-4

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
4.20 ms
(51.39%)
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"
]
1.24 ms
(15.21%)
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:
[
  4
]
0.96 ms
(11.81%)
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:
[
  4
  30
]
0.96 ms
(11.72%)
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:
[
  "4"
]
0.81 ms
(9.87%)
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.