GET https://www.kopela.mg/api/notifications

Query Metrics

2 Database Queries
2 Different statements
1.26 ms Query time
4 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenoms AS prenoms_6, t0.contact AS contact_7, t0.profile_picture AS profile_picture_8, t9.id AS id_10, t9.identifiant AS identifiant_11, t9.civilite AS civilite_12, t9.nif AS nif_13, t9.rcs AS rcs_14, t9.stat AS stat_15, t9.date_inscription AS date_inscription_16, t9.code_parrain AS code_parrain_17, t9.points AS points_18, t9.status AS status_19, t9.user_id AS user_id_20, t9.type_client_id AS type_client_id_21 FROM user t0 LEFT JOIN client t9 ON t9.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  368
]
2 0.82 ms
SELECT n0_.id AS id_0, n0_.is_read AS is_read_1, n1_.id AS id_2, n1_.message AS message_3, n1_.created_at AS created_at_4, n1_.title AS title_5, n0_.user_id AS user_id_6, n0_.notification_id AS notification_id_7 FROM notification_user n0_ LEFT JOIN notification n1_ ON n0_.notification_id = n1_.id WHERE n0_.user_id = ? ORDER BY n1_.created_at DESC LIMIT 10
Parameters:
[
  368
]

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\Client 1
App\Entity\TypeClient 1

Entities Mapping

Class Mapping errors
App\Entity\User
  • The association App\Entity\User#bookings refers to the owning side field App\Entity\Booking#User which does not exist.
App\Entity\Client
  • The association App\Entity\Client#expeditionClients refers to the owning side field App\Entity\ExpeditionClient#Client which does not exist.
App\Entity\TypeClient No errors.
App\Entity\ExpeditionClient
  • The mappings App\Entity\ExpeditionClient#user and App\Entity\User#expeditionClients are inconsistent with each other.
  • The association App\Entity\ExpeditionClient#bookingDetails refers to the owning side field App\Entity\BookingDetails#ExpeditionClient which does not exist.
App\Entity\Booking
  • The mappings App\Entity\Booking#user and App\Entity\User#bookings are inconsistent with each other.
App\Entity\Transport No errors.
App\Entity\NotificationUser No errors.
App\Entity\Notification No errors.