Query Metrics
3
Database Queries
3
Different statements
1.40 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.87 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.user_id AS user_id_4 FROM api_token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"436054bd87a7e4824cfa60d7d0076c73288f381871735db3836b5ee9752e5b46de2373339c9dfa99064006dacf1e2f7a996115b71fb0f1ecaadab8b8"
]
|
| 2 | 0.27 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.slug AS slug_3, t0.roles AS roles_4, t0.create_at AS create_at_5, t0.last_activity_at AS last_activity_at_6, t0.status AS status_7, t0.newsletter AS newsletter_8, t0.newsletter_task AS newsletter_task_9, t0.has AS has_10, t0.firebase_token AS firebase_token_11, t0.goal_id AS goal_id_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
506
]
|
| 3 | 0.27 ms |
SELECT t0.id AS id_1, t0.create_at AS create_at_2, t0.type AS type_3, t0.decryption_key AS decryption_key_4, t0.status AS status_5, t0.data AS data_6, t0.last_check_at AS last_check_at_7, t0.return_message AS return_message_8, t0.has_worked AS has_worked_9, t0.error_counter AS error_counter_10, t0.user_id AS user_id_11 FROM user_credential t0 WHERE t0.user_id = ?
Parameters:
[
506
]
|
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\UserCredential | 2 |
| App\Entity\ApiToken | 1 |
| App\Entity\User | 1 |
| App\Entity\Goal | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ApiToken | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Goal | No errors. |
| App\Entity\UserCode | No errors. |
| App\Entity\UserMiles | No errors. |
| App\Entity\UserPaybackPoints | No errors. |
| App\Entity\UserCredential | No errors. |