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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM editor t0 WHERE t0.id = ?
Parameters:
[
  "127"
]
2 0.24 ms
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:
[
  127
]
3 0.15 ms
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
]

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