GET https://back.wsav.fr/api/notifications?limit=10

Query Metrics

3 Database Queries
3 Different statements
55.46 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
18.98 ms
(34.23%)
1
SELECT t0.id AS id_1, t0.lastname AS lastname_2, t0.firstname AS firstname_3, t0.phone AS phone_4, t0.email AS email_5, t0.password AS password_6, t0.role AS role_7, t0.created_at AS created_at_8, t0.modified_at AS modified_at_9, t0.reset_token AS reset_token_10, t0.reset_token_expires_at AS reset_token_expires_at_11, t0.otp_code AS otp_code_12, t0.otp_expires_at AS otp_expires_at_13, t0.otp_verified AS otp_verified_14, t0.phone_change_token AS phone_change_token_15, t0.phone_change_token_expires_at AS phone_change_token_expires_at_16, t0.pending_phone AS pending_phone_17, t0.notifications_site AS notifications_site_18, t0.notifications_email AS notifications_email_19, t0.password_changed_at AS password_changed_at_20, t0.must_change_password AS must_change_password_21, t0.is_guest AS is_guest_22, t0.guest_expires_at AS guest_expires_at_23, t0.laundromat_id AS laundromat_id_24, t0.organization_id AS organization_id_25, t0.created_by_id AS created_by_id_26 FROM public.user_washin t0 WHERE t0.id = ?
Parameters:
[
  71
]
18.42 ms
(33.21%)
1
SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.title AS title_2, n0_.message AS message_3, n0_.priority AS priority_4, n0_.is_read AS is_read_5, n0_.email_sent AS email_sent_6, n0_.action_url AS action_url_7, n0_.action_label AS action_label_8, n0_.metadata AS metadata_9, n0_.created_at AS created_at_10, n0_.read_at AS read_at_11, n0_.user_id AS user_id_12 FROM notification n0_ WHERE n0_.user_id = ? ORDER BY n0_.created_at DESC LIMIT 10
Parameters:
[
  71
]
18.06 ms
(32.56%)
1
SELECT COUNT(n0_.id) AS sclr_0 FROM notification n0_ WHERE n0_.user_id = ? AND n0_.is_read = false
Parameters:
[
  71
]

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\Notification 3
App\Entity\UserWashin 1

Entities Mapping

Class Mapping errors
App\Entity\UserWashin No errors.
App\Entity\Laundromat No errors.
App\Entity\Organization No errors.
App\Entity\Notification No errors.