Redirect 301 redirect from GET @app_portail_cce (8be7c5)

GET https://vandactive.demo.gibraltaz.fr/cce/annuaire/

Query Metrics

50 Database Queries
3 Different statements
15.75 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

default connection

Time Count Info
12.21 ms
(77.55%)
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"
]
2.34 ms
(14.85%)
1
SELECT c0_.id AS id_0, c0_.slug AS slug_1, c0_.nom AS nom_2, c0_.nom_representant AS nom_representant_3, c0_.prenom_representant AS prenom_representant_4, c0_.description AS description_5, c0_.profil_recherche AS profil_recherche_6, c0_.date_debut AS date_debut_7, c0_.date_fin AS date_fin_8, c0_.nb_heures AS nb_heures_9, c0_.adresse AS adresse_10, c0_.telephone AS telephone_11, c0_.horaires AS horaires_12, c0_.motif AS motif_13, c0_.type AS type_14, c0_.lieu_id AS lieu_id_15, c0_.statut_id AS statut_id_16 FROM cce c0_ WHERE c0_.type IN ('cce_association', 'cce_ville') ORDER BY c0_.date_debut ASC
Parameters:
[]
1.20 ms
(7.61%)
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.
Entity\CCE No errors.
Entity\CCEAssociation No errors.
Entity\CCEVille No errors.
Entity\Lieu
  • The field Entity\Lieu#evenements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Entity\Evenement#lieu does not contain the required 'inversedBy="evenements"' attribute.