Redirect 301 redirect from GET @book_index (f712d0)

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

Query Metrics

9 Database Queries
5 Different statements
11.48 ms Query time
0 Invalid entities
2298 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.47 ms
(38.99%)
2
SELECT t0.id AS id_1, t0.sort_order AS sort_order_2, t0.type AS type_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.author_id AS author_id_7, t0.book_id AS book_id_8, t0.parent_quote_id AS parent_quote_id_9, t0.created_by_id AS created_by_id_10 FROM quote t0 WHERE t0.book_id = ?
Parameters:
[
  6
]
1.96 ms
(17.11%)
2
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:
[
  3
]
1.93 ms
(16.84%)
2
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:
[
  6
]
1.64 ms
(14.28%)
2
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:
[
  3
]
1.47 ms
(12.77%)
1
SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.updated_at AS updated_at_2, b0_.deleted_at AS deleted_at_3, b0_.author_id AS author_id_4, b0_.created_by_id AS created_by_id_5 FROM book b0_ WHERE b0_.deleted_at IS NULL ORDER BY b0_.created_at DESC
Parameters:
[]

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\Quote 2190
App\Entity\BookTranslation 35
App\Entity\AuthorTranslation 35
App\Entity\Language 33
App\Entity\Book 2
App\Entity\Author 2
App\Entity\User 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\AuthorTranslation No errors.
App\Entity\QuoteTranslation No errors.
App\Entity\Tag No errors.