Query Metrics
3
Database Queries
3
Different statements
5.53 ms
Query time
2
Invalid entities
5
Managed entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 2.05 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.email = ?
Parameters:
[
"info@studiobeatle.com"
]
|
||||||||||||||||||||||||||||||
2 | 2.34 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
]
|
||||||||||||||||||||||||||||||
3 | 1.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.sort_no AS sort_no_3 FROM mtb_user_affiliation 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\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\BaseSetting | No errors. |
App\Entity\Master\UserOperation | No errors. |