GET https://bianco.mypreprod.xyz/fr/gallery

Query Metrics

10 Database Queries
4 Different statements
5.94 ms Query time
1 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 1.42 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:
[
  "fr"
]
2 1.41 ms
SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.description AS description_2, g0_.gallery_id AS gallery_id_3, g0_.language_id AS language_id_4 FROM gallery_translation g0_ INNER JOIN gallery g1_ ON (g1_.id = g0_.gallery_id) WHERE g1_.status = ? AND g0_.language_id = ? ORDER BY g0_.id DESC
Parameters:
[
  1
  169
]
3 0.68 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:
[
  "fr"
]
4 0.17 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:
[
  "fr"
]
5 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3 FROM departement t0
Parameters:
[]
6 0.75 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:
[
  5
]
7 0.50 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:
[
  4
]
8 0.48 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:
[
  1
]
9 0.11 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
]
10 0.09 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:
[
  3
]

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\Gallery\GalleryTranslation 5
App\Entity\Gallery\Gallery 5
App\Entity\Language 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\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\Gallery\Gallery No errors.
App\Entity\Departement No errors.