GET https://biblios.zag-com2.fr/author/58

Query Metrics

4 Database Queries
3 Different statements
0.77 ms Query time
0 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.42 ms
(54.57%)
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 WHERE t0.id = ?
Parameters:
[
  "58"
]
0.22 ms
(28.96%)
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 INNER JOIN book_author ON t0.id = book_author.book_id WHERE book_author.author_id = ?
Parameters:
[
  58
]
0.13 ms
(16.48%)
2
SELECT t0.id AS id_1, t0.name AS name_2 FROM editor t0 WHERE t0.id = ?
Parameters:
[
  1
]

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

Entities Mapping

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