Query Metrics
9
Database Queries
4
Different statements
2.52 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.35 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:
[
"007842cda15a0844a8bd74170256eb0c695c4f6229fd4afbc0ef032d0c4e6b0e"
]
|
| 2 | 0.25 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.42 ms |
SELECT t0.test_id AS test_id_1, t0.test_type AS test_type_2, t0.identifier AS identifier_3, t0.certificate_template AS certificate_template_4, t0.use_for_customer_protocols AS use_for_customer_protocols_5, t0.show_in_app_to AS show_in_app_to_6, t0.updated_at AS updated_at_7, t0.position AS position_8, t0.button_icon_name AS button_icon_name_9, t0.button_icon_original_name AS button_icon_original_name_10, t0.button_icon_mime_type AS button_icon_mime_type_11, t0.button_icon_size AS button_icon_size_12, t0.button_icon_dimensions AS button_icon_dimensions_13, t0.background_image_name AS background_image_name_14, t0.background_image_original_name AS background_image_original_name_15, t0.background_image_mime_type AS background_image_mime_type_16, t0.background_image_size AS background_image_size_17, t0.background_image_dimensions AS background_image_dimensions_18 FROM tests t0 WHERE t0.show_in_app_to IN (?) ORDER BY t0.position ASC
Parameters:
[
[
"0"
"1"
]
]
|
| 4 | 0.33 ms |
SELECT t0.id AS id_1, t0.test_name AS test_name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM test_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
2
]
|
| 5 | 0.26 ms |
SELECT t0.id AS id_1, t0.test_name AS test_name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM test_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
6
]
|
| 6 | 0.22 ms |
SELECT t0.id AS id_1, t0.test_name AS test_name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM test_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
4
]
|
| 7 | 0.24 ms |
SELECT t0.id AS id_1, t0.test_name AS test_name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM test_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
8
]
|
| 8 | 0.24 ms |
SELECT t0.id AS id_1, t0.test_name AS test_name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM test_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
7
]
|
| 9 | 0.21 ms |
SELECT t0.id AS id_1, t0.test_name AS test_name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM test_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
3
]
|
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. |
| Vich\UploaderBundle\Entity\File | No errors. |
| App\Entity\Assay\Test | No errors. |
| App\Entity\Assay\TestTranslation | No errors. |