Query Metrics
3
Database Queries
3
Different statements
1.95 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.88 ms (45.38%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"pawel.guzik@tzmo-global.com"
]
|
|
0.54 ms (27.86%) |
1 |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.created_at AS created_at_4, u0_.updated_at AS updated_at_5 FROM user u0_ ORDER BY u0_.id ASC LIMIT 30
Parameters:
[] |
|
0.52 ms (26.77%) |
1 |
SELECT count(u0_.id) AS sclr_0 FROM user u0_
Parameters:
[] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |