Query Metrics
5
Database Queries
5
Different statements
5.61 ms
Query time
0
Invalid entities
104
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.13 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.position AS position_7, t0.image_signature AS image_signature_8, t0.reset_token AS reset_token_9, t0.closest_region AS closest_region_10, t0.otp_enabled AS otp_enabled_11, t0.otp_secret_key AS otp_secret_key_12, t0.form_data AS form_data_13, t0.created_at AS created_at_14, t0.deleted_at AS deleted_at_15, t0.delete_reason AS delete_reason_16, t0.modified_at AS modified_at_17, t0.created_by_id AS created_by_id_18, t0.deleted_by_id AS deleted_by_id_19, t0.modified_by_id AS modified_by_id_20 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.94 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.the_value AS the_value_4, t0.category AS category_5 FROM config t0 WHERE t0.category IS NULL
Parameters:
[] |
| 3 | 0.72 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.the_value AS the_value_4, t0.category AS category_5 FROM config t0
Parameters:
[] |
| 4 | 1.46 ms |
SELECT t0.id AS id_1, t0.class_path AS class_path_2, t0.action_name AS action_name_3, t0.action_label AS action_label_4, t0.is_visible_on_menu AS is_visible_on_menu_5, t0.created_at AS created_at_6 FROM module_action t0
Parameters:
[] |
| 5 | 1.35 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.locked AS locked_4, t0.deleted_at AS deleted_at_5 FROM role t0 WHERE t0.deleted_at IS NULL
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\ModuleAction | 59 |
| App\Entity\Config | 37 |
| App\Entity\Role | 7 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\OrganisationUser | No errors. |
| App\Entity\Config | No errors. |
| App\Entity\ModuleAction | No errors. |
| App\Entity\Role | No errors. |
| App\Entity\RolePermission | No errors. |