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

Query Metrics

7 Database Queries
3 Different statements
0.87 ms Query time
0 Invalid entities
14 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.43 ms
(48.95%)
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:
[
  "62"
]
0.25 ms
(28.32%)
5
SELECT t0.id AS id_1, t0.name AS name_2 FROM editor t0 WHERE t0.id = ?
Parameters:
[
  123
]
0.20 ms
(22.73%)
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:
[
  62
]

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 6
App\Entity\Editor 5
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.