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

Query Metrics

31 Database Queries
13 Different statements
19.92 ms Query time
7 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.43 ms
(12.19%)
4
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:
[
  290
]
2.34 ms
(11.75%)
4
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:
[
  290
]
2.32 ms
(11.64%)
4
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:
[
  244
]
2.25 ms
(11.31%)
4
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:
[
  290
]
2.14 ms
(10.76%)
4
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:
[
  290
]
1.99 ms
(9.97%)
4
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:
[
  147
]
1.84 ms
(9.22%)
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:
[]
0.90 ms
(4.50%)
1
SELECT count(DISTINCT h0_.id) AS sclr_0 FROM hotel h0_
Parameters:
[]
0.89 ms
(4.49%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.etat AS etat_2 FROM service s0_
Parameters:
[]
0.82 ms
(4.13%)
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:
[
  290
  291
  292
  293
]
0.75 ms
(3.76%)
1
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.etat AS etat_2 FROM arrangements a0_
Parameters:
[]
0.68 ms
(3.39%)
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.58 ms
(2.89%)
1
SELECT DISTINCT h0_.id AS id_0 FROM hotel h0_ LIMIT 5 OFFSET 10
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.