Query Metrics
3
Database Queries
3
Different statements
3.28 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.77 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.language AS language_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.phone AS phone_8, t0.pagination AS pagination_9, t0.dark_mode_enabled AS dark_mode_enabled_10, t0.is_subscription_owner AS is_subscription_owner_11, t0.checkin_app_token AS checkin_app_token_12, t0.hidden_notifications AS hidden_notifications_13, t0.is_support_user AS is_support_user_14, t0.support_user_login_key AS support_user_login_key_15, t0.support_user_login_key_creation_time AS support_user_login_key_creation_time_16, t0.two_factor_secret AS two_factor_secret_17, t0.two_factor_enabled AS two_factor_enabled_18, t0.two_factor_devices AS two_factor_devices_19, t0.two_factor_email_code AS two_factor_email_code_20, t0.two_factor_email_code_expires_at AS two_factor_email_code_expires_at_21, t0.two_factor_authenticated_at AS two_factor_authenticated_at_22, t0.two_factor_last_email_at AS two_factor_last_email_at_23, t0.registration_list_column_settings AS registration_list_column_settings_24 FROM user t0 WHERE t0.id = ?
Parameters:
[
7
]
|
| 2 | 0.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"language_settings"
]
|
| 3 | 0.69 ms |
SELECT a0_.id AS id_0, a0_.type AS type_1, a0_.content AS content_2, a0_.add_date AS add_date_3 FROM additional_frontend_code a0_ WHERE a0_.type = ? ORDER BY a0_.add_date DESC LIMIT 1
Parameters:
[
"css"
]
|
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\Core\Doctrine\Entity\User\User | 1 |
| App\Core\Doctrine\Entity\Setting\Setting | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Core\Doctrine\Entity\User\User | No errors. |
| App\Core\Doctrine\Entity\Message\Send | No errors. |
| App\Core\Doctrine\Entity\Setting\Setting | No errors. |
| App\Core\Doctrine\Entity\Setting\SettingTranslation | No errors. |
| App\Core\Doctrine\Entity\Setting\AdditionalFrontendCode | No errors. |