Query Metrics

4 Database Queries
4 Different statements
5.03 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 3.68 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.realised_by AS realised_by_3, t0.content AS content_4, t0.on_display AS on_display_5, t0.file AS file_6, t0.created_at AS created_at_7, t0.update_at AS update_at_8, t0.is_published AS is_published_9 FROM movie t0 WHERE t0.id = ?
Parameters:
[
  "8"
]
2 0.40 ms
SELECT t0.id AS id_1, t0.note_desc AS note_desc_2, t0.note AS note_3, t0.id_user_id AS id_user_id_4, t0.id_movie_id AS id_movie_id_5 FROM note t0 WHERE t0.id_user_id IS NULL
Parameters:
[]
3 0.49 ms
SELECT t0.id AS id_1, t0.note_desc AS note_desc_2, t0.note AS note_3, t0.id_user_id AS id_user_id_4, t0.id_movie_id AS id_movie_id_5 FROM note t0 WHERE t0.id_movie_id = ?
Parameters:
[
  8
]
4 0.46 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.number_d AS number_d_3, t0.hours AS hours_4, t0.id_movie_id AS id_movie_id_5 FROM session t0 WHERE t0.id_movie_id = ?
Parameters:
[
  8
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Movie No errors.
App\Entity\Note No errors.
App\Entity\MovieCategory No errors.
App\Entity\Session No errors.
App\Entity\User No errors.
App\Entity\Reservation No errors.