Query Metrics
3
Database Queries
3
Different statements
181.02 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.03 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:
[
12
]
|
| 2 | 179.26 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.path AS path_2, s0_.content AS content_3, s0_.created_at AS created_at_4, s0_.updated_at AS updated_at_5, s0_.e_tag AS e_tag_6 FROM sermon s0_ WHERE s0_.content LIKE ?
Parameters:
[
"%FAEVVPWP%"
]
|
| 3 | 0.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.e_tag AS e_tag_7 FROM sermon t0 WHERE t0.id IN (?, ?, ?, ?)
Parameters:
[ 679 678 31 16 ] |
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\Sermon | 4 |
| App\Entity\User | 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\Sermon | No errors. |