GET https://biblios.zag-com2.fr/editor/126

Query Metrics

6 Database Queries
3 Different statements
1.23 ms Query time
0 Invalid entities
12 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.49 ms
(39.66%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM editor t0 WHERE t0.id = ?
Parameters:
[
  "126"
]
0.42 ms
(33.96%)
4
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:
[
  108
]
0.33 ms
(26.38%)
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.editor_id = ?
Parameters:
[
  126
]

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

Entities Mapping

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