Query Metrics
3
Database Queries
3
Different statements
0.85 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.39 ms |
SELECT t0.access_token AS access_token_1, t0.refresh_token AS refresh_token_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.refresh_token_expires_at AS refresh_token_expires_at_5, t0.user_id AS user_id_6 FROM access_tokens t0 WHERE t0.access_token = ?
Parameters:
[
"bfc7333f02834968e75992c77a734aaa23bf704a12ce7680b8103839be3bccf4"
]
|
2 | 0.21 ms |
SELECT t0.user_id AS user_id_1, t0.email AS email_2, t0.password AS password_3, t0.reset_password_token AS reset_password_token_4, t0.reset_password_expires_at AS reset_password_expires_at_5 FROM users t0 WHERE t0.user_id = ?
Parameters:
[
59
]
|
3 | 0.25 ms |
SELECT t0.customer_area_id AS customer_area_id_1, t0.technical_direction AS technical_direction_2, t0.professional_license AS professional_license_3, t0.signature_filename AS signature_filename_4, t0.sign_report AS sign_report_5, t0.auto_send_report AS auto_send_report_6, t0.use_external_notification AS use_external_notification_7, t0.show_logo AS show_logo_8, t0.user_id AS user_id_9 FROM customer_area t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
59
]
|
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\AccessToken | No errors. |
App\Entity\User\User | No errors. |
App\Entity\Customer\CustomerArea | No errors. |