GET http://maison.duhavre.fr/etape/dieppe

Query Metrics

4 Database Queries
4 Different statements
7.38 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 2.00 ms
SELECT t0.id AS id_1, t0.latitude AS latitude_2, t0.longitude AS longitude_3, t0.nom AS nom_4, t0.numero AS numero_5, t0.info1 AS info1_6, t0.info2 AS info2_7, t0.info3 AS info3_8, t0.description AS description_9, t0.slug AS slug_10, t0.type_etape AS type_etape_11 FROM etape t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "dieppe"
]
2 1.50 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 1.89 ms
SELECT t0.id AS id_1, t0.texte AS texte_2, t0.langue_id AS langue_id_3, t0.etape_id AS etape_id_4 FROM texte_etape t0 WHERE t0.etape_id = ? AND t0.langue_id = ? LIMIT 1
Parameters:
[
  3
  1
]
4 1.99 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.proprietaire_id AS proprietaire_id_14, t0.type_commerce_id AS type_commerce_id_15, t0.ttroncon_id AS ttroncon_id_16, t0.etape_id AS etape_id_17 FROM commerce t0 WHERE t0.etape_id = ?
Parameters:
[
  3
]

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\Etape 1
App\Entity\Langue 1
App\Entity\TexteEtape 1

Entities Mapping

Class Mapping errors
App\Entity\Etape 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.
App\Entity\Langue No errors.
App\Entity\TexteEtape 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\Troncon No errors.