POST https://crm.blue-web-agency.fr/_components/OnlineUsers

Query Metrics

6 Database Queries
6 Different statements
1.85 ms Query time
2 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.54 ms
(29.00%)
1
SELECT u0_.id AS id_0, u0_.full_name AS full_name_1, u0_.username AS username_2, u0_.email AS email_3, u0_.password AS password_4, u0_.roles AS roles_5, u0_.photo AS photo_6, u0_.phone AS phone_7, u0_.bio AS bio_8, u0_.enabled AS enabled_9, u0_.reference AS reference_10, u0_.theme AS theme_11, u0_.kanban_notification AS kanban_notification_12, u0_.last_activity_at AS last_activity_at_13, u0_.is_active AS is_active_14, u0_.google_id AS google_id_15, u0_.google_access_token AS google_access_token_16, u0_.google_refresh_token AS google_refresh_token_17, u0_.google_token_expires_at AS google_token_expires_at_18, u0_.google_token_expires AS google_token_expires_19, u0_.role_id AS role_id_20, u0_.client_id AS client_id_21 FROM user u0_ WHERE u0_.last_activity_at >= ? ORDER BY u0_.last_activity_at DESC
Parameters:
[
  "2026-07-21 13:31:32"
]
0.48 ms
(25.92%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.photo AS photo_7, t0.phone AS phone_8, t0.bio AS bio_9, t0.enabled AS enabled_10, t0.reference AS reference_11, t0.theme AS theme_12, t0.kanban_notification AS kanban_notification_13, t0.last_activity_at AS last_activity_at_14, t0.is_active AS is_active_15, t0.google_id AS google_id_16, t0.google_access_token AS google_access_token_17, t0.google_refresh_token AS google_refresh_token_18, t0.google_token_expires_at AS google_token_expires_at_19, t0.google_token_expires AS google_token_expires_20, t0.role_id AS role_id_21, t0.client_id AS client_id_22 FROM user t0 WHERE t0.id = ?
Parameters:
[
  9
]
0.38 ms
(20.39%)
1
UPDATE user SET last_activity_at = ? WHERE id = ?
Parameters:
[
  "2026-07-21 13:36:32"
  9
]
0.18 ms
(9.80%)
1
"COMMIT"
Parameters:
[]
0.15 ms
(8.01%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4 FROM role t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.13 ms
(6.88%)
1
"START TRANSACTION"
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\User 3
App\Entity\Role 1

Entities Mapping

Class Mapping errors
App\Entity\User
  • The association App\Entity\User#role refers to the inverse side field App\Entity\Role#user which does not exist.
App\Entity\Role No errors.
App\Entity\Contact
  • The mappings App\Entity\Contact#dossiers and App\Entity\Dossier#contact are inconsistent with each other.
App\Entity\UserMeta No errors.
App\Entity\Permission No errors.