Query Metrics
7
Database Queries
7
Different statements
3.83 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.94 ms |
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.role_admin AS role_admin_3, t0.role_teacher AS role_teacher_4, t0.role_player AS role_player_5, t0.role_system AS role_system_6, t0.username AS username_7, t0.password AS password_8, t0.salt AS salt_9, t0.login_token AS login_token_10, t0.initials AS initials_11, t0.first_name AS first_name_12, t0.last_name AS last_name_13, t0.last_login_at AS last_login_at_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.organization_id AS organization_id_17, t0.impersonated_user_id AS impersonated_user_id_18, t0.created_by_id AS created_by_id_19, t0.updated_by_id AS updated_by_id_20 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"sysAdmin"
]
|
| 2 | 0.56 ms |
SELECT o0_.id AS id_0, o0_.enabled AS enabled_1, o0_.name AS name_2, o0_.city AS city_3, o0_.country_code AS country_code_4, o0_.licenses_amount AS licenses_amount_5, o0_.license_trial AS license_trial_6, o0_.last_license_updated_at AS last_license_updated_at_7, o0_.created_at AS created_at_8, o0_.updated_at AS updated_at_9, o0_.created_by_id AS created_by_id_10, o0_.updated_by_id AS updated_by_id_11 FROM organization o0_ WHERE o0_.id = ? LIMIT 1
Parameters:
[
2
]
|
| 3 | 0.40 ms |
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.role_admin AS role_admin_3, t0.role_teacher AS role_teacher_4, t0.role_player AS role_player_5, t0.role_system AS role_system_6, t0.username AS username_7, t0.password AS password_8, t0.salt AS salt_9, t0.login_token AS login_token_10, t0.initials AS initials_11, t0.first_name AS first_name_12, t0.last_name AS last_name_13, t0.last_login_at AS last_login_at_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.organization_id AS organization_id_17, t0.impersonated_user_id AS impersonated_user_id_18, t0.created_by_id AS created_by_id_19, t0.updated_by_id AS updated_by_id_20 FROM user t0 WHERE t0.organization_id = ?
Parameters:
[
2
]
|
| 4 | 0.42 ms |
SELECT t0.id AS id_1, t0.is_single_player_enabled AS is_single_player_enabled_2, t0.riva_authentication_token AS riva_authentication_token_3, t0.password_expire_days AS password_expire_days_4, t0.password_block_reuse_old_password_count AS password_block_reuse_old_password_count_5, t0.password_minimum_length AS password_minimum_length_6, t0.password_digit_required AS password_digit_required_7, t0.password_big_small_char_required AS password_big_small_char_required_8, t0.password_special_char_required AS password_special_char_required_9, t0.auto_remove_backups_after AS auto_remove_backups_after_10, t0.branding_primary_color AS branding_primary_color_11, t0.branding_copyright AS branding_copyright_12, t0.branding_meta_title AS branding_meta_title_13, t0.branding_logo AS branding_logo_14, t0.branding_background_login_image AS branding_background_login_image_15, t0.branding_favicon AS branding_favicon_16, t0.branding_apple_touch_icon AS branding_apple_touch_icon_17, t0.disable_admin_rest_api_documentation AS disable_admin_rest_api_documentation_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.created_by_id AS created_by_id_21, t0.updated_by_id AS updated_by_id_22 FROM configuration t0 LIMIT 1
Parameters:
[] |
| 5 | 0.26 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 0.44 ms |
UPDATE organization SET last_license_updated_at = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2026-06-10 10:41:39" "2026-06-10 10:41:39" 2 ] |
| 7 | 0.81 ms |
"COMMIT"
Parameters:
[] |
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 |
|---|---|
| Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |
| App\Entity\RefreshToken | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Organization | No errors. |
| App\Entity\Game | No errors. |
| App\Entity\GameUser | No errors. |
| App\Entity\Configuration | No errors. |