Query Metrics
3
Database Queries
3
Different statements
1.33 ms
Query time
0
Invalid entities
17
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.40 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:
[
4
]
|
| 2 | 0.26 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 ORDER BY t0.display_name ASC
Parameters:
[] |
| 3 | 0.67 ms |
SELECT l0_.id AS id_0, l0_.reference_id AS reference_id_1, l0_.basic_form AS basic_form_2, l0_.status AS status_3, l0_.created_at AS created_at_4, l0_.updated_at AS updated_at_5, l0_.deleted_at AS deleted_at_6, l1_.id AS id_7, l1_.content AS content_8, l1_.language_comment_number AS language_comment_number_9, l1_.created_at AS created_at_10, l1_.updated_at AS updated_at_11, l1_.deleted_at AS deleted_at_12, l0_.created_by_id AS created_by_id_13, l1_.comment_id AS comment_id_14 FROM language_comment l0_ LEFT JOIN language_comment_item l1_ ON l0_.id = l1_.comment_id AND (l1_.deleted_at IS NULL) WHERE (l0_.status >= ? AND l0_.id IN (?)) AND (l0_.deleted_at IS NULL) ORDER BY l0_.basic_form ASC
Parameters:
[ 10 1967 ] |
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\User | 14 |
| App\Entity\LanguageCommentItem | 2 |
| App\Entity\LanguageComment | 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\LanguageCommentItem | No errors. |
| App\Entity\Sermon | No errors. |