Query Metrics
3
Database Queries
3
Different statements
1.75 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.84 ms (47.95%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.confirmation_token AS confirmation_token_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.avatar_id AS avatar_id_9 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"jordi@puracomunicacao.com.br"
]
|
|
0.51 ms (28.88%) |
1 |
SELECT d0_.status AS status_0, count(d0_.id) AS sclr_1 FROM demand d0_ GROUP BY d0_.status
Parameters:
[] |
|
0.41 ms (23.17%) |
1 |
SELECT COUNT(*) FROM demand t0
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. |
| App\Entity\Media | No errors. |
| App\Entity\BrokerUser | No errors. |
| App\Entity\InsuredUser | No errors. |
| App\Entity\InsurerUser | No errors. |
| App\Entity\ChannelUser | No errors. |
| App\Entity\Demand | No errors. |