GET http://www.trailroost.com/troncon/rolleville-etretat

Query Metrics

11 Database Queries
6 Different statements
22.28 ms Query time
3 Invalid entities
186 Managed entities

Queries

Group similar statements

# Time Info
1 1.66 ms
SELECT t0.id AS id_1, t0.sens AS sens_2, t0.titre AS titre_3, t0.km AS km_4, t0.denivele_monte AS denivele_monte_5, t0.denivele_descente AS denivele_descente_6, t0.difficulte AS difficulte_7, t0.numero AS numero_8, t0.slug AS slug_9, t0.etape_depart_id AS etape_depart_id_10, t0.etape_arrivee_id AS etape_arrivee_id_11 FROM troncon t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "rolleville-etretat"
]
2 1.76 ms
SELECT t0.id AS id_1, t0.code_iso AS code_iso_2, t0.nom AS nom_3 FROM langue t0 WHERE t0.code_iso = ? LIMIT 1
Parameters:
[
  "fr"
]
3 2.03 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.langue_id AS langue_id_3, t0.troncon_id AS troncon_id_4 FROM texte_troncon t0 WHERE t0.troncon_id = ? AND t0.langue_id = ? LIMIT 1
Parameters:
[
  236
  612
]
4 2.55 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.ville AS ville_5, t0.code_postal AS code_postal_6, t0.pays AS pays_7, t0.adresse_ligne1 AS adresse_ligne1_8, t0.adresse_ligne2 AS adresse_ligne2_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.slug AS slug_12, t0.est_valide AS est_valide_13, t0.icone AS icone_14, t0.detail AS detail_15, t0.activer_messagerie AS activer_messagerie_16, t0.email AS email_17, t0.siteweb AS siteweb_18, t0.telephone AS telephone_19, t0.afficher_email AS afficher_email_20, t0.afficher_telephone AS afficher_telephone_21, t0.demande_validation AS demande_validation_22, t0.afficher_adresse AS afficher_adresse_23, t0.proprietaire_id AS proprietaire_id_24, t0.type_commerce_id AS type_commerce_id_25, t0.etape_id AS etape_id_26 FROM commerce t0 INNER JOIN troncon_commerce ON t0.id = troncon_commerce.commerce_id WHERE troncon_commerce.troncon_id = ?
Parameters:
[
  236
]
5 1.57 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.est_logement AS est_logement_3 FROM type_commerce t0 WHERE t0.id = ?
Parameters:
[
  177
]
6 1.55 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.est_logement AS est_logement_3 FROM type_commerce t0 WHERE t0.id = ?
Parameters:
[
  181
]
7 1.72 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.est_logement AS est_logement_3 FROM type_commerce t0 WHERE t0.id = ?
Parameters:
[
  182
]
8 1.51 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.est_logement AS est_logement_3 FROM type_commerce t0 WHERE t0.id = ?
Parameters:
[
  173
]
9 1.46 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.est_logement AS est_logement_3 FROM type_commerce t0 WHERE t0.id = ?
Parameters:
[
  180
]
10 1.63 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.est_logement AS est_logement_3 FROM type_commerce t0 WHERE t0.id = ?
Parameters:
[
  172
]
11 4.85 ms
SELECT t0.id AS id_1, t0.latitude AS latitude_2, t0.longitude AS longitude_3, t0.titre AS titre_4, t0.description AS description_5 FROM poi t0 INNER JOIN troncon_poi ON t0.id = troncon_poi.poi_id WHERE troncon_poi.troncon_id = ?
Parameters:
[
  236
]

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\Poi 168
App\Entity\Commerce 6
App\Entity\TypeCommerce 6
App\Entity\Etape 2
App\Entity\Troncon 1
App\Entity\Langue 1
App\Entity\TexteTroncon 1
App\Entity\Utilisateur 1

Entities Mapping

Class Mapping errors
App\Entity\Troncon No errors.
App\Entity\Etape No errors.
App\Entity\TexteTroncon No errors.
App\Entity\Poi No errors.
App\Entity\Commerce
  • The association App\Entity\Commerce#typeCommerce refers to the inverse side field App\Entity\TypeCommerce#Commerces which does not exist.
  • The mappings App\Entity\Commerce#commerceCards and App\Entity\CommerceCard#commerce are inconsistent with each other.
App\Entity\Langue No errors.
App\Entity\Utilisateur No errors.
App\Entity\TypeCommerce
  • The mappings App\Entity\TypeCommerce#commerces and App\Entity\Commerce#typeCommerce are inconsistent with each other.
App\Entity\CommerceCard
  • The mappings App\Entity\CommerceCard#images and App\Entity\CommerceImageCard#card are inconsistent with each other.
  • The association App\Entity\CommerceCard#commerce refers to the inverse side field App\Entity\Commerce#cards which does not exist.
App\Entity\Conversation No errors.
App\Entity\ImagePoi No errors.