GET https://biblios.zag-com2.fr/book/121

Query Metrics

4 Database Queries
4 Different statements
0.85 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.46 ms
(53.88%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.isbn AS isbn_3, t0.cover AS cover_4, t0.edited_at AS edited_at_5, t0.plot AS plot_6, t0.status AS status_7, t0.page_number AS page_number_8, t0.editor_id AS editor_id_9, t0.created_by_id AS created_by_id_10 FROM book t0 WHERE t0.id = ?
Parameters:
[
  "121"
]
0.21 ms
(24.28%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.date_of_birth AS date_of_birth_3, t0.date_of_death AS date_of_death_4, t0.nationality AS nationality_5 FROM author t0 INNER JOIN book_author ON t0.id = book_author.author_id WHERE book_author.book_id = ?
Parameters:
[
  121
]
0.10 ms
(11.21%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.created_at AS created_at_4, t0.published_at AS published_at_5, t0.content AS content_6, t0.status AS status_7, t0.book_id AS book_id_8 FROM comment t0 WHERE t0.book_id = ?
Parameters:
[
  121
]
0.09 ms
(10.62%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM editor t0 WHERE t0.id = ?
Parameters:
[
  127
]

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\Book 1
App\Entity\Editor 1
App\Entity\User 1
App\Entity\Author 1

Entities Mapping

Class Mapping errors
App\Entity\Book No errors.
App\Entity\Editor No errors.
App\Entity\User No errors.
App\Entity\Comment No errors.
App\Entity\Author No errors.