Query Metrics
2
Database Queries
2
Different statements
3.58 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.57 ms (71.69%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
1.01 ms (28.31%) |
1 |
SELECT t0.id AS id_1, t0.email_salutation_male AS email_salutation_male_2, t0.email_salutation_female AS email_salutation_female_3, t0.email_salutation_other AS email_salutation_other_4, t0.email_newsletter_footer AS email_newsletter_footer_5 FROM settings t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
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 | 1 |
| App\Entity\Settings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Settings | No errors. |