GET https://www.devz5.com/admin/operation/liste

Query Metrics

11 Database Queries
4 Different statements
1.48 ms Query time
1 Invalid entities
51 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.88 ms
(59.46%)
8
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.total AS total_3, t0.date_debut AS date_debut_4, t0.date_fin AS date_fin_5, t0.operation_id AS operation_id_6 FROM mission t0 WHERE t0.operation_id = ?
Parameters:
[
  14
]
0.37 ms
(25.18%)
1
SELECT t0.id AS id_1, t0.login AS login_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.email AS email_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.12 ms
(8.18%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.max_creneau AS max_creneau_5, t0.distance AS distance_6, t0.nombremission AS nombremission_7, t0.total AS total_8, t0.nb_creneau AS nb_creneau_9, t0.googlesheets AS googlesheets_10, t0.logo AS logo_11, t0.image AS image_12 FROM operation t0
Parameters:
[]
0.11 ms
(7.18%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.couleur AS couleur_3 FROM etat t0
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
App\Entity\Mission 32
App\Entity\Etat 10
App\Entity\Operation 8
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Logpoint No errors.
App\Entity\Logetat No errors.
App\Entity\Etat No errors.
App\Entity\Creneau No errors.
App\Entity\Point No errors.
App\Entity\Operation No errors.
App\Entity\Mission No errors.
App\Entity\Cluster
  • The association App\Entity\Cluster#type refers to the inverse side field App\Entity\ClusterType#clusters which does not exist.
App\Entity\SMS No errors.
App\Entity\Mail No errors.
App\Entity\Agent No errors.
App\Entity\Creneauhoraire No errors.