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

Query Metrics

7 Database Queries
6 Different statements
2.04 ms Query time
2 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.55 ms
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.last_activity_source AS last_activity_source_15, t0.is_active AS is_active_16, t0.google_id AS google_id_17, t0.google_access_token AS google_access_token_18, t0.google_refresh_token AS google_refresh_token_19, t0.google_token_expires_at AS google_token_expires_at_20, t0.google_token_expires AS google_token_expires_21, t0.role_id AS role_id_22, t0.client_id AS client_id_23 FROM user t0 WHERE t0.id = ?
Parameters:
[
  14
]
2 0.24 ms
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:
[
  2
]
3 0.20 ms
"START TRANSACTION"
Parameters:
[]
4 0.34 ms
UPDATE user SET last_activity_at = ? WHERE id = ?
Parameters:
[
  "2026-07-21 17:30:11"
  14
]
5 0.10 ms
"COMMIT"
Parameters:
[]
6 0.43 ms
SELECT count(n0_.id) AS sclr_0 FROM notification n0_ WHERE n0_.destination_id = ? AND n0_.vue = ?
Parameters:
[
  14
  0
]
7 0.20 ms
SELECT count(n0_.id) AS sclr_0 FROM notification n0_ WHERE n0_.destination_id = ? AND n0_.vue = ?
Parameters:
[
  14
  0
]

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\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.
App\Entity\Notification No errors.