Query Metrics
3
Database Queries
3
Different statements
3.07 ms
Query time
2
Invalid entities
13
Managed entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1.15 ms |
SELECT t0.id AS id_1, t0.user_name01 AS user_name01_2, t0.user_name02 AS user_name02_3, t0.user_name_kana01 AS user_name_kana01_4, t0.user_name_kana02 AS user_name_kana02_5, t0.phone_number AS phone_number_6, t0.email AS email_7, t0.password AS password_8, t0.secret_key AS secret_key_9, t0.comment AS comment_10, t0.roles AS roles_11, t0.create_date AS create_date_12, t0.update_date AS update_date_13, t0.reset_key AS reset_key_14, t0.reset_expire AS reset_expire_15, t0.is_active AS is_active_16, t0.user_status_id AS user_status_id_17, t0.user_affiliation_id AS user_affiliation_id_18, t0.place_of_work_id AS place_of_work_id_19 FROM dtb_user t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
||||||||||||||||||||||||||||
2 | 1.08 ms |
SELECT d0_.id AS id_0, d0_.stamp_date AS stamp_date_1, d0_.latitude AS latitude_2, d0_.longitude AS longitude_3, d0_.user_id AS user_id_4, d0_.user_operation_id AS user_operation_id_5 FROM dtb_time_card d0_ WHERE d0_.user_id = ? AND d0_.stamp_date >= ? AND d0_.stamp_date < ? ORDER BY d0_.stamp_date ASC
Parameters:
[ 1 "2025-07-08 00:00:00" "2025-07-09 00:00:00" ]
|
||||||||||||||||||||||||||||
3 | 0.84 ms |
SELECT t0.id AS id_1, t0.start_day AS start_day_2, t0.is_before_starting_work AS is_before_starting_work_3, t0.is_over_time AS is_over_time_4, t0.rounding_time AS rounding_time_5, t0.start_hour AS start_hour_6, t0.start_minute AS start_minute_7, t0.end_hour AS end_hour_8, t0.end_minute AS end_minute_9, t0.is_rest_function AS is_rest_function_10, t0.break_start_hour AS break_start_hour_11, t0.break_start_minute AS break_start_minute_12, t0.break_end_hour AS break_end_hour_13, t0.break_end_minute AS break_end_minute_14, t0.google_map_key AS google_map_key_15, t0.create_date AS create_date_16, t0.update_date AS update_date_17 FROM dtb_base_setting 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\TimeCard | 4 |
App\Entity\Master\UserOperation | 4 |
App\Entity\User | 1 |
App\Entity\Master\UserStatus | 1 |
App\Entity\Master\UserAffiliation | 1 |
App\Entity\Master\PlaceOfWork | 1 |
App\Entity\BaseSetting | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User |
|
App\Entity\Master\UserStatus | No errors. |
App\Entity\Master\UserAffiliation | No errors. |
App\Entity\Master\PlaceOfWork | No errors. |
App\Entity\TimeCard |
|
App\Entity\Master\UserOperation | No errors. |
App\Entity\BaseSetting | No errors. |