Query Metrics
5
Database Queries
4
Different statements
1.39 ms
Query time
0
Invalid entities
9
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.36 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 2 | 0.29 ms |
SELECT t0.id AS id_1, t0.reference_id AS reference_id_2, t0.status AS status_3, t0.author AS author_4, t0.title AS title_5, t0.place_of_issue AS place_of_issue_6, t0.publisher AS publisher_7, t0.year_of_issue AS year_of_issue_8, t0.abbreviation AS abbreviation_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.deleted_at AS deleted_at_12, t0.created_by_id AS created_by_id_13 FROM quote t0 WHERE t0.reference_id = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
"QKUTWMVK"
]
|
| 3 | 0.29 ms |
SELECT t0.id AS id_1, t0.quote_number AS quote_number_2, t0.citation AS citation_3, t0.translation AS translation_4, t0.location AS location_5, t0.quote_for AS quote_for_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9, t0.quote_id AS quote_id_10 FROM quote_item t0 WHERE t0.quote_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
193
]
|
| 4 | 0.22 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.quote_id AS quote_id_7 FROM quote_supplement t0 WHERE t0.quote_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
193
]
|
| 5 | 0.24 ms |
SELECT t0.id AS id_1, t0.quote_number AS quote_number_2, t0.citation AS citation_3, t0.translation AS translation_4, t0.location AS location_5, t0.quote_for AS quote_for_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9, t0.quote_id AS quote_id_10 FROM quote_item t0 WHERE t0.quote_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
193
]
|
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\QuoteItem | 6 |
| App\Entity\User | 2 |
| App\Entity\Quote | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Person | No errors. |
| App\Entity\Place | No errors. |
| App\Entity\LanguageComment | No errors. |
| App\Entity\BiblicalReference | No errors. |
| App\Entity\Quote | No errors. |
| App\Entity\ContextComment | No errors. |
| App\Entity\FactualComment | No errors. |
| App\Entity\QuoteSupplement | No errors. |
| App\Entity\QuoteItem | No errors. |