Redirect 302 redirect from GET @app_index (b61797)

GET https://demo.fundup.fr/index.php/login

Query Metrics

5 Database Queries
5 Different statements
4.09 ms Query time
2 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 1.38 ms
SELECT t0.id AS id_1, t0.idtoken AS idtoken_2, t0.nom AS nom_3, t0.position AS position_4, t0.nb AS nb_5, t0.affiche AS affiche_6, t0.affiche_nom AS affiche_nom_7, t0.affiche_logo AS affiche_logo_8, t0.deleted AS deleted_9, t0.societe_id AS societe_id_10 FROM niveau_mecenat t0 WHERE t0.societe_id IS NULL AND t0.deleted = ?
Parameters:
[
  0
]
2 0.69 ms
SELECT t0.id AS id_1, t0.idtoken AS idtoken_2, t0.nom AS nom_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.deleted AS deleted_6, t0.societe_id AS societe_id_7 FROM type_mecenat t0 WHERE t0.societe_id IS NULL AND t0.deleted = ?
Parameters:
[
  0
]
3 0.63 ms
SELECT t0.id AS id_1, t0.idtoken AS idtoken_2, t0.nom AS nom_3, t0.description AS description_4, t0.image AS image_5, t0.deleted AS deleted_6, t0.societe_id AS societe_id_7, t0.categorie_id AS categorie_id_8, t0.projet_id AS projet_id_9 FROM type_contrepartie t0 WHERE t0.societe_id IS NULL AND t0.deleted = ?
Parameters:
[
  0
]
4 0.61 ms
SELECT t0.id AS id_1, t0.idtoken AS idtoken_2, t0.type AS type_3, t0.nom AS nom_4, t0.valeur AS valeur_5, t0.deduction_fiscale AS deduction_fiscale_6, t0.description AS description_7, t0.personnalise AS personnalise_8, t0.created_at AS created_at_9, t0.deleted AS deleted_10, t0.societe_id AS societe_id_11, t0.projet_id AS projet_id_12, t0.niveau_id AS niveau_id_13 FROM formule t0 WHERE t0.societe_id IS NULL AND t0.deleted = ?
Parameters:
[
  0
]
5 0.78 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.valeur AS valeur_3, t0.espace_id AS espace_id_4 FROM parametre_espace t0 WHERE t0.espace_id IS NULL
Parameters:
[]

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

Entities Mapping

Class Mapping errors
App\Bundle\ProjetBundle\Entity\NiveauMecenat No errors.
App\Bundle\AdminBundle\Entity\Societe No errors.
App\Bundle\ProjetBundle\Entity\TypeMecenat No errors.
App\Bundle\ProjetBundle\Entity\TypeContrepartie No errors.
App\Bundle\ProjetBundle\Entity\CategorieContrepartie No errors.
App\Bundle\ProjetBundle\Entity\Projet
  • The association App\Bundle\ProjetBundle\Entity\Projet#presentation refers to the inverse side field App\Bundle\ProjetBundle\Entity\ProjetPresentation#societe which does not exist.
App\Bundle\ProjetBundle\Entity\Formule No errors.
App\Bundle\PortailBundle\Entity\ParametreEspace
  • The association App\Bundle\PortailBundle\Entity\ParametreEspace#espace refers to the inverse side field App\Bundle\PortailBundle\Entity\Espace#parametres which does not exist.
App\Bundle\PortailBundle\Entity\Espace No errors.