Redirect 302 redirect from GET @app_home (810ee7)

GET https://app.trainizer.fr/sitemap.xml/login

Query Metrics

6 Database Queries
3 Different statements
5.35 ms Query time
0 Invalid entities
5 Managed entities
5 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.89 ms
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.message AS message_3, t0.link AS link_4, t0.date AS date_5, t0.category AS category_6, t0.user_id AS user_id_7 FROM notification t0 WHERE t0.category = ? AND t0.user_id IS NULL ORDER BY t0.date DESC
Parameters:
[
  "homework_to_do"
]
2 0.83 ms
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.message AS message_3, t0.link AS link_4, t0.date AS date_5, t0.category AS category_6, t0.user_id AS user_id_7 FROM notification t0 WHERE t0.category = ? AND t0.user_id IS NULL ORDER BY t0.date DESC
Parameters:
[
  "new_message"
]
3 0.81 ms
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.message AS message_3, t0.link AS link_4, t0.date AS date_5, t0.category AS category_6, t0.user_id AS user_id_7 FROM notification t0 WHERE t0.category IN (?, ?, ?) AND t0.user_id IS NULL ORDER BY t0.date DESC
Parameters:
[
  "internship_approval"
  "internship_to_seal"
  "internship_rejected"
]
4 0.81 ms
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.message AS message_3, t0.link AS link_4, t0.date AS date_5, t0.category AS category_6, t0.user_id AS user_id_7 FROM notification t0 WHERE t0.category = ? AND t0.user_id IS NULL ORDER BY t0.date DESC
Parameters:
[
  "new_document"
]
5 0.81 ms
SELECT t0.id AS id_1, t0.origin AS origin_2, t0.message AS message_3, t0.link AS link_4, t0.date AS date_5, t0.category AS category_6, t0.user_id AS user_id_7 FROM notification t0 WHERE t0.category IN (?, ?, ?) AND t0.user_id IS NULL ORDER BY t0.date DESC
Parameters:
[
  "planning_added"
  "planning_updated"
  "planning_removed"
]
6 1.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3 FROM theme t0 WHERE t0.id = ?
Parameters:
[
  4
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

5 Hits
0 Misses
0 Puts

Number of cache hits

Region Hits
non_strict 1
read_only 4

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\FeedbackCategory 3
App\Entity\SiteSettings 1
App\Entity\Theme 1

Entities Mapping

Class Mapping errors
App\Entity\SiteSettings No errors.
App\Entity\Theme No errors.
App\Entity\FeedbackCategory No errors.
App\Entity\Feedback No errors.
App\Entity\Notification No errors.
App\Entity\User No errors.