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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
2.99 ms
(12.27%)
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:
[
  285
]
2.97 ms
(12.20%)
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:
[
  248
]
2.94 ms
(12.07%)
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:
[
  150
]
2.87 ms
(11.79%)
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:
[
  285
]
2.74 ms
(11.25%)
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:
[
  285
]
2.70 ms
(11.10%)
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:
[
  285
]
1.84 ms
(7.54%)
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
(4.22%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.etat AS etat_2 FROM service s0_
Parameters:
[]
0.99 ms
(4.07%)
1
SELECT count(DISTINCT h0_.id) AS sclr_0 FROM hotel h0_
Parameters:
[]
0.93 ms
(3.80%)
1
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.etat AS etat_2 FROM arrangements a0_
Parameters:
[]
0.91 ms
(3.73%)
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.87 ms
(3.56%)
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:
[
  285
  286
  287
  288
  289
]
0.59 ms
(2.41%)
1
SELECT DISTINCT h0_.id AS id_0 FROM hotel h0_ LIMIT 5 OFFSET 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.