https://rusticavoyages.com/hotel?page=1

Query Metrics

37 Database Queries
13 Different statements
33.04 ms Query time
7 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.44 ms
(13.45%)
1
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.etat AS etat_2 FROM arrangements a0_
Parameters:
[]
4.38 ms
(13.25%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.etat AS etat_2 FROM service s0_
Parameters:
[]
3.48 ms
(10.55%)
5
SELECT t0.id AS id_1, t0.name AS name_2, t0.etat AS etat_3 FROM service t0 INNER JOIN service_hotel ON t0.id = service_hotel.service_id WHERE service_hotel.hotel_id = ?
Parameters:
[
  280
]
3.35 ms
(10.15%)
5
SELECT t0.id AS id_1, t0.etat AS etat_2, t0.adulte AS adulte_3, t0.enfant AS enfant_4, t0.age AS age_5, t0.personne AS personne_6, t0.bebe AS bebe_7, t0.hotel_id AS hotel_id_8, t0.chambre_id AS chambre_id_9 FROM hotelroom t0 WHERE t0.hotel_id = ?
Parameters:
[
  280
]
3.35 ms
(10.14%)
5
SELECT t0.id AS id_1, t0.quantite AS quantite_2, t0.price AS price_3, t0.marge AS marge_4, t0.etat AS etat_5, t0.hotelroom_id AS hotelroom_id_6, t0.hotelprice_id AS hotelprice_id_7 FROM priceroom t0 WHERE t0.hotelroom_id = ?
Parameters:
[
  235
]
3.19 ms
(9.64%)
5
SELECT t0.id AS id_1, t0.etat AS etat_2, t0.hotel_id AS hotel_id_3, t0.arrangement_id AS arrangement_id_4 FROM hotelarrangement t0 WHERE t0.hotel_id = ?
Parameters:
[
  280
]
3.16 ms
(9.58%)
5
SELECT t0.id AS id_1, t0.price AS price_2, t0.marge AS marge_3, t0.etat AS etat_4, t0.hotelarrangement_id AS hotelarrangement_id_5, t0.hotelprice_id AS hotelprice_id_6 FROM pricearrangement t0 WHERE t0.hotelarrangement_id = ?
Parameters:
[
  142
]
3.05 ms
(9.24%)
5
SELECT t0.id AS id_1, t0.name AS name_2, t0.hotel_id AS hotel_id_3 FROM imageshotels t0 WHERE t0.hotel_id = ?
Parameters:
[
  280
]
1.44 ms
(4.36%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.etat AS etat_2, c0_.capacity AS capacity_3 FROM chambre c0_
Parameters:
[]
1.03 ms
(3.11%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.etat AS etat_3, t0.pays_id AS pays_id_4 FROM villes t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.90 ms
(2.74%)
1
SELECT count(DISTINCT h0_.id) AS sclr_0 FROM hotel h0_
Parameters:
[]
0.73 ms
(2.22%)
1
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.maps AS maps_2, h0_.star AS star_3, h0_.maxenfant AS maxenfant_4, h0_.minenfant AS minenfant_5, h0_.shortdesc AS shortdesc_6, h0_.visite AS visite_7, h0_.longdesc AS longdesc_8, h0_.etat AS etat_9, h0_.pays_id AS pays_id_10, h0_.ville_id AS ville_id_11 FROM hotel h0_ WHERE h0_.id IN (?, ?, ?, ?, ?)
Parameters:
[
  280
  281
  282
  283
  284
]
0.51 ms
(1.56%)
1
SELECT DISTINCT h0_.id AS id_0 FROM hotel h0_ LIMIT 5
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.

Entities Mapping

Class Mapping errors
App\Entity\Chambre
  • The association App\Entity\Chambre#hotels refers to the owning side field App\Entity\Hotel#hotelroom which does not exist.
App\Entity\Hotel
  • The mappings App\Entity\Hotel#ville and App\Entity\Villes#hotels are inconsistent with each other.
App\Entity\Service No errors.
App\Entity\Arrangements
  • The association App\Entity\Arrangements#pricearrangements refers to the owning side field App\Entity\Pricearrangement#arrangement which does not exist.
App\Entity\Sejour No errors.
App\Entity\Pricearrangement No errors.
App\Entity\Hotelarrangement No errors.
App\Entity\Pays No errors.
App\Entity\Villes
  • The association App\Entity\Villes#hotels refers to the owning side field App\Entity\Hotel#villes which does not exist.
App\Entity\Hotelroom
  • The association App\Entity\Hotelroom#chambre refers to the inverse side field App\Entity\Chambre#hotelrooms which does not exist.
App\Entity\Hotelprice No errors.
App\Entity\Imageshotels No errors.
App\Entity\Hotelsupplement
  • The association App\Entity\Hotelsupplement#supplement refers to the inverse side field App\Entity\Supplements#hotelsupplements which does not exist.
App\Entity\Reservationhotel
  • The association App\Entity\Reservationhotel#client refers to the inverse side field App\Entity\Client#reservationhotels which does not exist.
App\Entity\Priceroom No errors.
App\Entity\Coordonnescircuit No errors.