https://www.rusticavoyages.com/details/1

Query Metrics

48 Database Queries
11 Different statements
35.98 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
12.70 ms
(35.29%)
20
SELECT t0.id AS id_1, t0.price AS price_2, t0.etat AS etat_3, t0.souscroisiereroom_id AS souscroisiereroom_id_4, t0.souscroisiereprice_id AS souscroisiereprice_id_5 FROM souscroisierepriceroom t0 WHERE t0.souscroisiereroom_id = ?
Parameters:
[
  2089
]
4.78 ms
(13.29%)
5
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.etat AS etat_4 FROM avantage t0 INNER JOIN souscroisiere_avantage ON t0.id = souscroisiere_avantage.avantage_id WHERE souscroisiere_avantage.souscroisiere_id = ?
Parameters:
[
  18
]
3.61 ms
(10.02%)
5
SELECT t0.id AS id_1, t0.name AS name_2, t0.souscroisieres_id AS souscroisieres_id_3 FROM imagessouscroisiere t0 WHERE t0.souscroisieres_id = ?
Parameters:
[
  18
]
3.16 ms
(8.78%)
5
SELECT t0.id AS id_1, t0.etat AS etat_2, t0.adulte AS adulte_3, t0.enfant AS enfant_4, t0.souscroisiere_id AS souscroisiere_id_5, t0.chambre_id AS chambre_id_6 FROM souscroisiereroom t0 WHERE t0.souscroisiere_id = ?
Parameters:
[
  18
]
2.91 ms
(8.09%)
5
SELECT t0.id AS id_1, t0.dated AS dated_2, t0.datef AS datef_3, t0.pack AS pack_4, t0.souscroisiere_id AS souscroisiere_id_5 FROM souscroisiereprice t0 WHERE t0.souscroisiere_id = ?
Parameters:
[
  18
]
2.40 ms
(6.68%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.duree AS duree_2, s0_.destination AS destination_3, s0_.itineraire AS itineraire_4, s0_.etat AS etat_5, s0_.croisiere_id AS croisiere_id_6, s0_.navire_id AS navire_id_7 FROM souscroisiere s0_ INNER JOIN navire n1_ ON s0_.navire_id = n1_.id INNER JOIN croisiere c2_ ON s0_.croisiere_id = c2_.id LEFT JOIN souscroisiereprice s3_ ON s0_.id = s3_.souscroisiere_id WHERE s0_.croisiere_id = ?
Parameters:
[
  1
]
2.14 ms
(5.94%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.avantages_id AS avantages_id_3 FROM imagesavantage t0 WHERE t0.avantages_id = ?
Parameters:
[
  5
]
1.70 ms
(4.73%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.longdesc AS longdesc_3, t0.technique AS technique_4 FROM navire t0
Parameters:
[]
1.17 ms
(3.26%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.etat AS etat_3 FROM croisiere t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
0.92 ms
(2.57%)
1
SELECT s0_.dated AS dated_0 FROM souscroisiereprice s0_ INNER JOIN souscroisiere s1_ ON s0_.souscroisiere_id = s1_.id WHERE s1_.id IN (?, ?, ?, ?, ?) ORDER BY s0_.dated ASC
Parameters:
[
  18
  39
  51
  61
  65
]
0.49 ms
(1.36%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.etat AS etat_3 FROM croisiere t0
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\Croisiere No errors.
App\Entity\Imagescroisiere No errors.
App\Entity\Souscroisiere
  • The association App\Entity\Souscroisiere#navire refers to the inverse side field App\Entity\Navire#souscroisieres which does not exist.
  • The association App\Entity\Souscroisiere#avantages refers to the inverse side field App\Entity\Avantage#souscroisieres which does not exist.
App\Entity\Navire
  • The mappings App\Entity\Navire#souscroisiere and App\Entity\Souscroisiere#navire are inconsistent with each other.
App\Entity\Pont No errors.
App\Entity\Imagesnavire No errors.
App\Entity\Souscroisiereprice No errors.
App\Entity\Souscroisiereroom No errors.
App\Entity\Imagessouscroisiere No errors.
App\Entity\Avantage
  • The field App\Entity\Avantage#souscroisiere is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Souscroisiere#avantages does not contain the required 'mappedBy="souscroisiere"' attribute.
App\Entity\Imagesavantage No errors.
App\Entity\Souscroisierepriceroom No errors.
App\Entity\Cabine No errors.