Redirect 302 redirect from GET @app_agoulou_taille (d45e51)

GET https://www.metisspizza.fr/agoulou

Query Metrics

4 Database Queries
3 Different statements
1.28 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 0.34 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.petite AS petite_6, t0.grande AS grande_7, t0.text AS text_8, t0.auther AS auther_9, t0.categorie_id AS categorie_id_10 FROM agoulou t0
Parameters:
[]
2 0.28 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0
Parameters:
[]
3 0.41 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0 INNER JOIN agoulou_ingredient ON t0.id = agoulou_ingredient.ingredient_id WHERE agoulou_ingredient.agoulou_id = ?
Parameters:
[
  1
]
4 0.25 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0 INNER JOIN agoulou_ingredient ON t0.id = agoulou_ingredient.ingredient_id WHERE agoulou_ingredient.agoulou_id = ?
Parameters:
[
  2
]

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\Ingredient 10
App\Entity\Agoulou 2
App\Entity\Categorie 1

Entities Mapping

Class Mapping errors
App\Entity\Agoulou No errors.
App\Entity\Categorie No errors.
App\Entity\Ingredient No errors.
App\Entity\Pizza No errors.
App\Entity\Crepe No errors.