GET https://e-reserve.kiznetcompany.com/

Query Metrics

6 Database Queries
2 Different statements
2.36 ms Query time
1 Invalid entities
17 Managed entities

Queries

Group similar statements

# Time Info
1 1.15 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.categorie AS categorie_4, t0.prix AS prix_5, t0.prestataire_id AS prestataire_id_6 FROM service t0
Parameters:
[]
2 0.40 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.type AS type_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.20 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.type AS type_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 0.22 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.type AS type_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  3
]
5 0.19 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.type AS type_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  4
]
6 0.20 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.type AS type_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  5
]

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\Service 12
App\Entity\User 5

Entities Mapping

Class Mapping errors
App\Entity\Service No errors.
App\Entity\User No errors.
App\Entity\Reservation No errors.
App\Entity\Avis
  • The mappings App\Entity\Avis#prestataire and App\Entity\User#avis are inconsistent with each other.