Query Metrics

6 Database Queries
6 Different statements
168.26 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 27.93 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.created_at AS created_at_7, t0.last_login_at AS last_login_at_8, t0.is_active AS is_active_9 FROM partage_dbo.user_admin25 t0 WHERE t0.id = ?
Parameters:
[
  20
]
2 27.86 ms
SELECT a0_.id AS id_0, a0_.device_id AS device_id_1, a0_.expires_at AS expires_at_2, a0_.last_used_at AS last_used_at_3, a0_.user_id AS user_id_4 FROM partage_dbo.admin_trusted_device a0_ WHERE a0_.user_id = ? AND a0_.device_id = ? AND a0_.expires_at > ? LIMIT 1
Parameters:
[
  20
  "a5d20064a46bdb5ea5744b80eb5fc235e69627a9a877033e9aa1f5e8362efb8d"
  "2026-04-08 14:10:10"
]
3 27.47 ms
"START TRANSACTION"
Parameters:
[]
4 27.92 ms
UPDATE partage_dbo.admin_trusted_device SET last_used_at = ? WHERE id = ?
Parameters:
[
  "2026-04-08 14:10:10"
  66
]
5 29.15 ms
"COMMIT"
Parameters:
[]
6 27.92 ms
SELECT t0.id_pays AS id_pays_1, t0.nom_pays AS nom_pays_2, t0.code_pays AS code_pays_3, t0.id_localisation AS id_localisation_4, t0.unite_mesure AS unite_mesure_5, t0.devise AS devise_6, t0.comptabilite AS comptabilite_7, t0.indicatif AS indicatif_8, t0.no_prefix_int AS no_prefix_int_9, t0.prefixe AS prefixe_10, t0.zone_area_1 AS zone_area_1_11, t0.zone_area_2 AS zone_area_2_12 FROM partage_dbo.pays t0 WHERE t0.id_localisation = ? LIMIT 1
Parameters:
[
  "33"
]

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\User 1
App\Entity\AdminTrustedDevice 1
App\Entity\Pays 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\AdminTrustedDevice No errors.
App\Entity\Pays No errors.