GET https://dev.bterra.org/quote/3621

Query Metrics

41 Database Queries
10 Different statements
48.76 ms Query time
0 Invalid entities
104 Managed entities

Grouped Statements

Show all queries

Time Count Info
37.01 ms
(75.92%)
32
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?
Parameters:
[
  12
]
2.59 ms
(5.31%)
1
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.created_at AS created_at_3, t0.deleted_at AS deleted_at_4 FROM tag t0 INNER JOIN quote_tags ON t0.id = quote_tags.tag_id WHERE quote_tags.quote_id = ?
Parameters:
[
  3621
]
2.13 ms
(4.37%)
1
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.id = ?
Parameters:
[
  "3621"
]
1.81 ms
(3.71%)
1
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:
[
  3621
]
1.15 ms
(2.36%)
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:
[
  3
]
1.01 ms
(2.07%)
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.93 ms
(1.90%)
1
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.parent_quote_id = ?
Parameters:
[
  3621
]
0.85 ms
(1.75%)
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:
[
  3
]
0.66 ms
(1.36%)
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:
[
  6
]
0.61 ms
(1.26%)
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:
[
  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\Language 33
App\Entity\AuthorTranslation 33
App\Entity\BookTranslation 33
App\Entity\Quote 1
App\Entity\Author 1
App\Entity\Book 1
App\Entity\User 1
App\Entity\QuoteTranslation 1

Entities Mapping

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