Redirect 302 redirect from GET @admin (f6bf72)

GET https://conges.mairielimours.fr/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.52 ms
SELECT t0.id AS id_1, t0.creation_date AS creation_date_2, t0.statut AS statut_3, t0.title AS title_4, t0.path AS path_5, t0.seen AS seen_6, t0.user_id AS user_id_7, t0.from_user_id AS from_user_id_8 FROM notification t0 WHERE t0.user_id IS NULL AND t0.statut = ?
Parameters:
[
  "unread"
]
2 0.60 ms
SELECT h0_.id AS id_0, h0_.title AS title_1, h0_.route AS route_2, h0_.content AS content_3, h0_.language AS language_4 FROM help_content h0_ WHERE ? LIKE CONCAT('%', h0_.route, '%')
Parameters:
[
  "https://conges.mairielimours.fr/login"
]
3 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM cookie_category t0
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

Entities Mapping

Class Mapping errors
App\Entity\Notification No errors.
App\Entity\TimeData No errors.
App\Entity\Commentable No errors.
App\Entity\User
  • The association App\Entity\User#timesheets refers to the owning side field Prolyfix\TimesheetBundle\Entity\Timesheet#user which does not exist.
  • The mappings App\Entity\User#commentables and App\Entity\Commentable#createdBy are inconsistent with each other.
  • The target entity 'App\Entity\TimeData' specified on App\Entity\User#timeData is a mapped superclass. This is not possible since there is no table that a foreign key could refer to.
App\Entity\HelpContent No errors.
Prolyfix\SymfonyCookieNotificationBundle\Entity\CookieCategory No errors.