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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.95 ms
(39.89%)
2
SELECT count(n0_.id) AS sclr_0 FROM notification n0_ WHERE n0_.destination_id = ? AND n0_.vue = ?
Parameters:
[
  5
  0
]
0.56 ms
(23.62%)
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.last_activity_source AS last_activity_source_15, t0.access_app AS access_app_16, t0.is_active AS is_active_17, t0.google_id AS google_id_18, t0.google_access_token AS google_access_token_19, t0.google_refresh_token AS google_refresh_token_20, t0.google_token_expires_at AS google_token_expires_at_21, t0.google_token_expires AS google_token_expires_22, t0.role_id AS role_id_23, t0.client_id AS client_id_24 FROM user t0 WHERE t0.id = ?
Parameters:
[
  5
]
0.36 ms
(15.27%)
1
UPDATE user SET last_activity_at = ? WHERE id = ?
Parameters:
[
  "2026-09-07 09:40:48"
  5
]
0.29 ms
(12.07%)
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.11 ms
(4.64%)
1
"COMMIT"
Parameters:
[]
0.11 ms
(4.51%)
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 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.