GET https://test.garage-hervevincent.com/notifications/list

Query Metrics

2 Database Queries
2 Different statements
3.52 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 2.47 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.profile AS profile_6, t0.token AS token_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t10.id AS id_11, t10.cree_le AS cree_le_12, t10.modifie_le AS modifie_le_13, t10.nom_complet AS nom_complet_14, t10.email AS email_15, t10.telephone AS telephone_16, t10.adresse AS adresse_17, t10.rccm AS rccm_18, t10.type AS type_19, t10.token AS token_20, t10.company_name AS company_name_21, t10.contact_name AS contact_name_22, t10.contact_email AS contact_email_23, t10.contact_phone AS contact_phone_24, t10.linked_user_id AS linked_user_id_25, t10.structure_id AS structure_id_26, t0.structure_id AS structure_id_27 FROM "user" t0 LEFT JOIN clients t10 ON t10.linked_user_id = t0.id WHERE t0.id = ?
Parameters:
[
  3
]
2 1.05 ms
SELECT t0.id AS id_1, t0.message AS message_2, t0.is_read AS is_read_3, t0.reference AS reference_4, t0.created_at AS created_at_5, t0.related_user_id AS related_user_id_6 FROM notification t0 WHERE t0.related_user_id = ? AND t0.is_read = ? ORDER BY t0.created_at DESC LIMIT 5
Parameters:
[
  3
  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\Structure 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Client No errors.
App\Entity\Structure No errors.
App\Entity\Diagnostic No errors.
App\Entity\History No errors.
App\Entity\SupplierMessages No errors.
App\Entity\SupplyRequest No errors.
App\Entity\Notification No errors.