Query Metrics
6
Database Queries
5
Different statements
1.41 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.62 ms (43.67%) |
2 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.gender AS gender_5, t0.birthday AS birthday_6, t0.birthplace AS birthplace_7, t0.home_town AS home_town_8, t0.marital_status AS marital_status_9, t0.nation AS nation_10, t0.religion AS religion_11, t0.identification AS identification_12, t0.days_for_identity AS days_for_identity_13, t0.place_of_issue AS place_of_issue_14, t0.resident AS resident_15, t0.current_address AS current_address_16, t0.literacy AS literacy_17, t0.status AS status_18, t0.job_position AS job_position_19, t0.workplaces AS workplaces_20, t0.bank_account AS bank_account_21, t0.name_of_account AS name_of_account_22, t0.bank_of_issue AS bank_of_issue_23, t0.personal_tax_code AS personal_tax_code_24, t0.hourly_rate AS hourly_rate_25, t0.phone AS phone_26, t0.facebook AS facebook_27, t0.linkedin AS linkedin_28, t0.skype AS skype_29, t0.default_language AS default_language_30, t0.email_signature AS email_signature_31, t0.other_information AS other_information_32, t0.full_name AS full_name_33, t0.profile_image AS profile_image_34, t0.staff_code AS staff_code_35, t0.document AS document_36 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.30 ms (20.96%) |
1 |
UPDATE `user` SET place_of_issue = ?, resident = ? WHERE id = ?
Parameters:
[ "KUWAIT" "KUWAIT" 183 ] |
|
0.21 ms (14.58%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.description AS description_5 FROM job_position t0
Parameters:
[] |
|
0.19 ms (13.72%) |
1 |
"START TRANSACTION"
Parameters:
[] |
|
0.10 ms (7.07%) |
1 |
"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 |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\JobPosition | No errors. |