GET https://www.arcanciane.fr/page/partenaires-hoteliers

Query Metrics

5 Database Queries
5 Different statements
1.26 ms Query time
2 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 0.48 ms
SELECT t0.IDPagePublique AS IDPagePublique_1, t0.NomPage AS NomPage_2, t0.TitrePage AS TitrePage_3, t0.ContenuPage AS ContenuPage_4, t0.Metatitle AS Metatitle_5, t0.Metadescription AS Metadescription_6, t0.EstActif AS EstActif_7, t0.EstBlog AS EstBlog_8, t0.ImageMiseEnAvant AS ImageMiseEnAvant_9, t0.LienPageAfficher AS LienPageAfficher_10, t0.LibelleBanner AS LibelleBanner_11 FROM PagePublique t0 WHERE t0.LienPageAfficher = ? LIMIT 1
Parameters:
[
  "partenaires-hoteliers"
]
2 0.21 ms
SELECT t0.IDBanner AS IDBanner_1, t0.ImageBanner AS ImageBanner_2, t0.TitreBanner AS TitreBanner_3, t0.SoustitreBanner AS SoustitreBanner_4, t0.Libelle AS Libelle_5, t0.AltImageBanner AS AltImageBanner_6 FROM Banner t0 WHERE t0.Libelle = ? LIMIT 1
Parameters:
[
  "partenaireshoteliers"
]
3 0.21 ms
SELECT t0.IDPays AS IDPays_1, t0.Code AS Code_2, t0.Nom AS Nom_3 FROM Pays t0
Parameters:
[]
4 0.15 ms
SELECT t0.IDCategorieOffre AS IDCategorieOffre_1, t0.LibelleCategorieOffre AS LibelleCategorieOffre_2, t0.CouleurEtiquette AS CouleurEtiquette_3, t0.Commentaire AS Commentaire_4 FROM CategorieOffre t0
Parameters:
[]
5 0.22 ms
SELECT t0.IDAvis AS IDAvis_1, t0.LibelleAvis AS LibelleAvis_2, t0.DateAvis AS DateAvis_3, t0.Commentaire AS Commentaire_4, t0.note AS note_5, t0.EstActif AS EstActif_6, t0.IDSejour AS IDSejour_7, t0.id AS id_8, t0.IDDateSejour AS IDDateSejour_9 FROM Avis t0 WHERE t0.EstActif = ?
Parameters:
[
  1
]

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\Pays 5
App\Entity\Categorieoffre 3
App\Entity\Pagepublique 1
App\Entity\Banner 1

Entities Mapping

Class Mapping errors
App\Entity\Pagepublique No errors.
App\Entity\Banner No errors.
App\Entity\Pays No errors.
App\Entity\Categorieoffre No errors.
App\Entity\Avis No errors.
App\Entity\Sejour
  • The field App\Entity\Sejour#galeries is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Galeriesejour#idsejour does not contain the required 'inversedBy: "galeries"' attribute.
  • The field App\Entity\Sejour#reservations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Reservation#idsejour does not contain the required 'inversedBy: "reservations"' attribute.
  • The field App\Entity\Sejour#blogs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Blog#idsejour does not contain the required 'inversedBy: "blogs"' attribute.
App\Entity\User No errors.
App\Entity\Datesejour
  • The field App\Entity\Datesejour#paniers is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PanierSejour#iddatesejour does not contain the required 'inversedBy: "paniers"' attribute.
  • The field App\Entity\Datesejour#avis is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Avis#iddatesejour does not contain the required 'inversedBy: "avis"' attribute.