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

Query Metrics

1 Database Queries
1 Different statements
0.40 ms Query time
1 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.40 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:
[
  null
]

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

Entities Mapping

Class Mapping errors
App\Entity\NotificationUser No errors.
App\Entity\Notification No errors.
App\Entity\User
  • The association App\Entity\User#bookings refers to the owning side field App\Entity\Booking#User which does not exist.