GET http://s5-4329.nuage-peda.fr/electrohub/produits

Query Metrics

8 Database Queries
3 Different statements
1.71 ms Query time
0 Invalid entities
15 Managed entities

Queries

Group similar statements

# Time Info
1 0.20 ms
SELECT t0.id AS id_1, t0.modele AS modele_2, t0.prix AS prix_3, t0.description AS description_4, t0.garantie AS garantie_5, t0.classe_energie AS classe_energie_6, t0.image AS image_7, t0.categorie_id AS categorie_id_8, t0.marque_id AS marque_id_9 FROM produits t0
Parameters:
[]
2 0.28 ms
SELECT t0.id AS id_1, t0.nom_marque AS nom_marque_2, t0.image_marque AS image_marque_3 FROM marques t0 WHERE t0.id = ?
Parameters:
[
  3
]
3 0.14 ms
SELECT t0.id AS id_1, t0.nom_categorie AS nom_categorie_2, t0.image_categorie AS image_categorie_3 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.49 ms
SELECT t0.id AS id_1, t0.nom_marque AS nom_marque_2, t0.image_marque AS image_marque_3 FROM marques t0 WHERE t0.id = ?
Parameters:
[
  2
]
5 0.13 ms
SELECT t0.id AS id_1, t0.nom_marque AS nom_marque_2, t0.image_marque AS image_marque_3 FROM marques t0 WHERE t0.id = ?
Parameters:
[
  5
]
6 0.17 ms
SELECT t0.id AS id_1, t0.nom_marque AS nom_marque_2, t0.image_marque AS image_marque_3 FROM marques t0 WHERE t0.id = ?
Parameters:
[
  4
]
7 0.19 ms
SELECT t0.id AS id_1, t0.nom_categorie AS nom_categorie_2, t0.image_categorie AS image_categorie_3 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
  5
]
8 0.11 ms
SELECT t0.id AS id_1, t0.nom_categorie AS nom_categorie_2, t0.image_categorie AS image_categorie_3 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
  6
]

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\Produits 8
App\Entity\Marques 4
App\Entity\Categorie 3

Entities Mapping

Class Mapping errors
App\Entity\Produits No errors.
App\Entity\Categorie No errors.
App\Entity\Marques No errors.
App\Entity\User No errors.
App\Entity\Ajouter No errors.