GET http://www.trailroost.com/commerce/huttopia-les-falaises

Query Metrics

4 Database Queries
4 Different statements
9.43 ms Query time
4 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 2.59 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 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "huttopia-les-falaises"
]
2 2.13 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
]
3 2.16 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.commerce_id AS commerce_id_4 FROM commerce_card t0 WHERE t0.commerce_id = ?
Parameters:
[
  154
]
4 2.55 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.image_name AS image_name_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.card_id AS card_id_6 FROM commerce_image_card t0 WHERE t0.card_id = ?
Parameters:
[
  247
]

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\Commerce 1
App\Entity\Utilisateur 1
App\Entity\TypeCommerce 1
App\Entity\CommerceCard 1
App\Entity\CommerceImageCard 1

Entities Mapping

Class Mapping 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\Utilisateur No errors.
App\Entity\TypeCommerce
  • The mappings App\Entity\TypeCommerce#commerces and App\Entity\Commerce#typeCommerce are inconsistent with each other.
App\Entity\Etape No errors.
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\Troncon No errors.
App\Entity\Conversation No errors.
App\Entity\CommerceImageCard
  • The association App\Entity\CommerceImageCard#card refers to the inverse side field App\Entity\CommerceCard#Images which does not exist.