Query Metrics
3
Database Queries
3
Different statements
0.90 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.41 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:
[
"75204f6b50a44c87c809585a27090fb989d4a527d80d74031db10830b2ef504b"
]
|
2 | 0.24 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:
[
14
]
|
3 | 0.25 ms |
SELECT t0.customer_id AS customer_id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.country_code AS country_code_5, t0.logo_filename AS logo_filename_6, t0.enable_portal_access AS enable_portal_access_7, t0.enable_protocol_management AS enable_protocol_management_8, t0.protocol_prefix AS protocol_prefix_9, t0.user_id AS user_id_10 FROM customers t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
14
]
|
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\Customer | No errors. |
App\Entity\Assay\Protocol | No errors. |