Redirect 301 redirect from GET @app_charte_ethique (5d1a37)

GET https://vandactive.demo.gibraltaz.fr/charte-ethique/

Query Metrics

49 Database Queries
2 Different statements
16.04 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

default connection

Time Count Info
14.49 ms
(90.30%)
45
SELECT t0.id AS id_1, t0.libelle_statut AS libelle_statut_2, t0.slug AS slug_3 FROM statut t0 WHERE t0.libelle_statut = ? LIMIT 1
Parameters:
[
  "A vérifier"
]
1.56 ms
(9.70%)
4
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3, t0.description AS description_4 FROM role t0 WHERE t0.nom = ? LIMIT 1
Parameters:
[
  "Détenteur d'une carte jeune"
]

Database Connections

Name Service
default doctrine.dbal.default_connection
secondary doctrine.dbal.secondary_connection
third doctrine.dbal.third_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
Entity\Statut No errors.
Entity\Role
  • The mappings Entity\Role#compteEnAttente and Entity\CompteEnAttente#role are inconsistent with each other.
RelationalEntity\RelCompteRole No errors.
RelationalEntity\RelPermissionRole No errors.
RelationalEntity\RelRoleRelAssociationCompte No errors.
RelationalEntity\RelCompteCarteJeune
  • The association RelationalEntity\RelCompteCarteJeune#statut refers to the inverse side field Entity\Statut#relCompteCarteJeune which does not exist.
Entity\CompteEnAttente
  • The association Entity\CompteEnAttente#association refers to the inverse side field Entity\Association#id which is not defined as association.
  • The association Entity\CompteEnAttente#association refers to the inverse side field Entity\Association#id which does not exist.
  • The association Entity\CompteEnAttente#role refers to the inverse side field Entity\Role#id which is not defined as association.
  • The association Entity\CompteEnAttente#role refers to the inverse side field Entity\Role#id which does not exist.