Query Metrics
22
Database Queries
19
Different statements
33.51 ms
Query time
1
Invalid entities
0
Cache hits
0
Cache misses
0
Cache puts
Queries
#▲ | Time | Info |
---|---|---|
1 | 6.64 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.proxy_id AS proxy_id_2, u0_.password AS password_3, u0_.first_name AS first_name_4, u0_.last_name AS last_name_5, u0_.is_enabled AS is_enabled_6, u0_.verification_code AS verification_code_7, u0_.timezone AS timezone_8, u0_.timeformat AS timeformat_9, u0_.lastactivity AS lastactivity_10, u0_.es_ultra AS es_ultra_11, u1_.id AS id_12, u1_.source AS source_13, u1_.skype_id AS skype_id_14, u1_.contact_number AS contact_number_15, u1_.designation AS designation_16, u1_.signature AS signature_17, u1_.profile_image_path AS profile_image_path_18, u1_.created_at AS created_at_19, u1_.updated_at AS updated_at_20, u1_.is_active AS is_active_21, u1_.is_verified AS is_verified_22, u1_.is_starred AS is_starred_23, u1_.ticket_access_level AS ticket_access_level_24, u0_.idor AS idor_25, u1_.user_id AS user_id_26, u1_.supportRole_id AS supportRole_id_27 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON (u0_.id = u1_.user_id) LEFT JOIN uv_support_role u2_ ON u1_.supportRole_id = u2_.id WHERE u0_.email = ? AND (u2_.id = ? OR u2_.id = ? OR u2_.id = ?) LIMIT 1
Parameters:
[ "fcanonico@softguard.com" 1 2 3 ] |
2 | 0.58 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM uv_support_role t0 WHERE t0.id = ?
Parameters:
[
2
]
|
3 | 0.65 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.proxy_id AS proxy_id_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_enabled AS is_enabled_7, t0.verification_code AS verification_code_8, t0.timezone AS timezone_9, t0.timeformat AS timeformat_10, t0.lastactivity AS lastactivity_11, t0.es_ultra AS es_ultra_12, t0.idor AS idor_13 FROM uv_user t0 WHERE t0.id = ?
Parameters:
[
"1153"
]
|
4 | 0.61 ms |
SELECT t0.id AS id_1, t0.source AS source_2, t0.skype_id AS skype_id_3, t0.contact_number AS contact_number_4, t0.designation AS designation_5, t0.signature AS signature_6, t0.profile_image_path AS profile_image_path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.is_active AS is_active_10, t0.is_verified AS is_verified_11, t0.is_starred AS is_starred_12, t0.ticket_access_level AS ticket_access_level_13, t0.user_id AS user_id_14, t0.supportRole_id AS supportRole_id_15 FROM uv_user_instance t0 WHERE t0.user_id = ?
Parameters:
[
1153
]
|
5 | 0.37 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM uv_support_role t0 WHERE t0.id = ?
Parameters:
[
3
]
|
6 | 1.21 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.proxy_id AS proxy_id_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_enabled AS is_enabled_7, t0.verification_code AS verification_code_8, t0.timezone AS timezone_9, t0.timeformat AS timeformat_10, t0.lastactivity AS lastactivity_11, t0.es_ultra AS es_ultra_12, t0.idor AS idor_13 FROM uv_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"ndiaz@softguard.com"
]
|
7 | 0.48 ms |
SELECT t0.id AS id_1, t0.source AS source_2, t0.skype_id AS skype_id_3, t0.contact_number AS contact_number_4, t0.designation AS designation_5, t0.signature AS signature_6, t0.profile_image_path AS profile_image_path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.is_active AS is_active_10, t0.is_verified AS is_verified_11, t0.is_starred AS is_starred_12, t0.ticket_access_level AS ticket_access_level_13, t0.user_id AS user_id_14, t0.supportRole_id AS supportRole_id_15 FROM uv_user_instance t0 WHERE t0.user_id = ? LIMIT 1
Parameters:
[
"1153"
]
|
8 | 3.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5 FROM uv_support_team t0 INNER JOIN uv_user_support_teams ON t0.id = uv_user_support_teams.supportTeamId WHERE uv_user_support_teams.userInstanceId = ?
Parameters:
[
1168
]
|
9 | 1.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.user_view AS user_view_6 FROM uv_support_group t0 INNER JOIN uv_user_support_groups ON t0.id = uv_user_support_groups.supportGroupId WHERE uv_user_support_groups.userInstanceId = ?
Parameters:
[
1168
]
|
10 | 1.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.privileges AS privileges_4, t0.created_at AS created_at_5 FROM uv_support_privilege t0 INNER JOIN uv_user_support_privileges ON t0.id = uv_user_support_privileges.supportPrivilegeId WHERE uv_user_support_privileges.userInstanceId = ?
Parameters:
[
1168
]
|
11 | 0.40 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3 FROM uv_support_role t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"ROLE_AGENT"
]
|
12 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5 FROM uv_support_team t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"11"
]
|
13 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5 FROM uv_support_team t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"12"
]
|
14 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.user_view AS user_view_6 FROM uv_support_group t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"9"
]
|
15 | 0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.user_view AS user_view_6 FROM uv_support_group t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"10"
]
|
16 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.privileges AS privileges_4, t0.created_at AS created_at_5 FROM uv_support_privilege t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"2"
]
|
17 | 0.27 ms |
"START TRANSACTION"
Parameters:
[] |
18 | 1.09 ms |
UPDATE uv_user_instance SET updated_at = ? WHERE id = ?
Parameters:
[ "2025-09-15 14:07:20" 1168 ] |
19 | 2.47 ms |
INSERT INTO uv_user_support_teams (userInstanceId, supportTeamId) VALUES (?, ?)
Parameters:
[ 1168 12 ] |
20 | 2.45 ms |
INSERT INTO uv_user_support_groups (userInstanceId, supportGroupId) VALUES (?, ?)
Parameters:
[ 1168 10 ] |
21 | 4.60 ms |
"COMMIT"
Parameters:
[] |
22 | 3.91 ms |
SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.description AS description_2, u0_.conditions AS conditions_3, u0_.actions AS actions_4, u0_.sort_order AS sort_order_5, u0_.is_predefind AS is_predefind_6, u0_.status AS status_7, u0_.date_added AS date_added_8, u0_.date_updated AS date_updated_9 FROM uv_workflow u0_ LEFT JOIN uv_workflow_events u1_ ON u0_.id = u1_.workflow_id WHERE u0_.status = ? AND u0_.is_predefind = ? AND u1_.event = ? ORDER BY u0_.sort_order ASC
Parameters:
[ 1 1 "uvdesk.agent.update" ] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
0
Hits
0
Misses
0
Puts
Entities Mapping
Class | Mapping errors |
---|---|
Webkul\UVDesk\CoreFrameworkBundle\Entity\User | No errors. |
Webkul\UVDesk\CoreFrameworkBundle\Entity\UserInstance | No errors. |
Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportGroup | No errors. |
Webkul\UVDesk\CoreFrameworkBundle\Entity\EmailTemplates | No errors. |
Webkul\UVDesk\CoreFrameworkBundle\Entity\SavedFilters | No errors. |
Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportRole | No errors. |
Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportPrivilege | No errors. |
Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportTeam | No errors. |
Webkul\UVDesk\AutomationBundle\Entity\Workflow |
|