GET https://dev.bterra.org/book/3

Query Metrics

9 Database Queries
8 Different statements
30.05 ms Query time
0 Invalid entities
14 Managed entities

Grouped Statements

Show all queries

Time Count Info
23.13 ms
(76.97%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deleted_at AS deleted_at_4, t0.author_id AS author_id_5, t0.created_by_id AS created_by_id_6 FROM book t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
1.40 ms
(4.66%)
2
SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?
Parameters:
[
  3
]
1.38 ms
(4.59%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.book_id AS book_id_4, t0.language_id AS language_id_5 FROM book_translation t0 WHERE t0.book_id = ?
Parameters:
[
  3
]
0.97 ms
(3.23%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.biography AS biography_3, t0.author_id AS author_id_4, t0.language_id AS language_id_5 FROM author_translation t0 WHERE t0.author_id = ?
Parameters:
[
  6
]
0.90 ms
(3.01%)
1
SELECT q0_.id AS id_0, q0_.sort_order AS sort_order_1, q0_.type AS type_2, q0_.created_at AS created_at_3, q0_.updated_at AS updated_at_4, q0_.deleted_at AS deleted_at_5, q0_.author_id AS author_id_6, q0_.book_id AS book_id_7, q0_.parent_quote_id AS parent_quote_id_8, q0_.created_by_id AS created_by_id_9 FROM quote q0_ WHERE q0_.book_id = ? AND q0_.parent_quote_id IS NULL AND q0_.deleted_at IS NULL ORDER BY q0_.sort_order ASC
Parameters:
[
  3
]
0.76 ms
(2.54%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?
Parameters:
[
  6
]
0.76 ms
(2.51%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "en"
]
0.75 ms
(2.49%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deleted_at AS deleted_at_4, t0.created_by_id AS created_by_id_5 FROM author t0 WHERE t0.id = ?
Parameters:
[
  6
]

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\QuoteTranslation 4
App\Entity\Language 2
App\Entity\Quote 2
App\Entity\BookTranslation 2
App\Entity\AuthorTranslation 2
App\Entity\Book 1
App\Entity\Author 1

Entities Mapping

Class Mapping errors
App\Entity\Book No errors.
App\Entity\Author No errors.
App\Entity\User No errors.
App\Entity\BookTranslation No errors.
App\Entity\Quote No errors.
App\Entity\Language No errors.
App\Entity\QuoteTranslation No errors.
App\Entity\Tag No errors.
App\Entity\AuthorTranslation No errors.