Query Metrics
2
Database Queries
2
Different statements
0.61 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.37 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.employee_code AS employee_code_7, t0.hire_date AS hire_date_8, t0.termination_date AS termination_date_9, t0.is_active AS is_active_10, t0.phone AS phone_11, t0.job_title AS job_title_12, t0.annual_leave_allowance AS annual_leave_allowance_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.department_id AS department_id_16, t0.work_schedule_template_id AS work_schedule_template_id_17, t0.job_position_id AS job_position_id_18 FROM kronos_user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.db_host AS db_host_4, t0.db_port AS db_port_5, t0.db_name AS db_name_6, t0.db_user AS db_user_7, t0.db_password AS db_password_8, t0.is_active AS is_active_9, t0.sync_events AS sync_events_10, t0.sync_identifiers AS sync_identifiers_11, t0.sync_users AS sync_users_12, t0.sync_auxiliary AS sync_auxiliary_13, t0.entry_event_bitmask AS entry_event_bitmask_14, t0.initial_sync_days AS initial_sync_days_15, t0.last_test_at AS last_test_at_16, t0.last_test_result AS last_test_result_17, t0.last_test_message AS last_test_message_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.data_source_id AS data_source_id_21 FROM kronos_osiris_config t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
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\User | 1 |
| App\Entity\OsirisConfig | 1 |
| App\Entity\DataSource | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Department | No errors. |
| App\Entity\WorkScheduleTemplate | No errors. |
| App\Entity\JobPosition | No errors. |
| App\Entity\ExternalIdentifier | No errors. |
| App\Entity\LeaveRequest | No errors. |
| App\Entity\TimeSheet | No errors. |
| App\Entity\MovementEvent | No errors. |
| App\Entity\OsirisConfig | No errors. |
| App\Entity\DataSource | No errors. |