GET https://2fa-rem.policelavaux.com/api/clients/index

Query Metrics

13 Database Queries
3 Different statements
11.08 ms Query time
1 Invalid entities
21 Managed entities

Queries

Group similar statements

# Time Info
1 1.54 ms
SELECT t0.totp_secret AS totp_secret_1, t0.is2fa_enabled AS is2fa_enabled_2, t0.id AS id_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.reset_token AS reset_token_7, t0.nom AS nom_8, t0.prenom AS prenom_9, t0.matricule AS matricule_10, t0.created_at AS created_at_11, t0.reset_token_created_at AS reset_token_created_at_12, t0.phone_number AS phone_number_13, t0.fonction AS fonction_14, t0.image AS image_15, t0.genre AS genre_16, t0.is_active AS is_active_17, t0.degre AS degre_18, t0.unite_id AS unite_id_19, t0.grade_id AS grade_id_20 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "mbenaraich@sky4u.ch"
]
2 0.89 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.entite AS entite_5 FROM client t0
Parameters:
[]
3 0.94 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  1
]
4 0.83 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  2
]
5 0.75 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  3
]
6 0.75 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  4
]
7 0.78 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  5
]
8 0.80 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  6
]
9 0.81 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  7
]
10 0.75 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  8
]
11 0.78 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  9
]
12 0.74 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  10
]
13 0.73 ms
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
  11
]

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\Client 11
App\Entity\Adresse 7
App\Entity\User 1
App\Entity\Unite 1
App\Entity\Grade 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Unite No errors.
App\Entity\Grade No errors.
App\Entity\Time\Tache
  • The association App\Entity\Time\Tache#adresse refers to the inverse side field App\Entity\Adresse#taches which does not exist.
App\Entity\Client No errors.
App\Entity\Adresse No errors.