Query Metrics
126
Database Queries
23
Different statements
5086.99 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.06 ms |
SELECT t0.id AS id_1, t0.site_key AS site_key_2, t0.secret_key AS secret_key_3, t0.is_active AS is_active_4 FROM recaptcha t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1
]
|
| 2 | 0.79 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, u1_.id AS id_10, u1_.source AS source_11, u1_.skype_id AS skype_id_12, u1_.contact_number AS contact_number_13, u1_.designation AS designation_14, u1_.signature AS signature_15, u1_.profile_image_path AS profile_image_path_16, u1_.created_at AS created_at_17, u1_.updated_at AS updated_at_18, u1_.is_active AS is_active_19, u1_.is_verified AS is_verified_20, u1_.is_starred AS is_starred_21, u1_.ticket_access_level AS ticket_access_level_22, u1_.user_id AS user_id_23, u1_.supportRole_id AS supportRole_id_24 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 u1_.is_active = ? AND (u2_.id = ? OR u2_.id = ? OR u2_.id = ?) LIMIT 1
Parameters:
[ "varsha.sharma@stellarinfo.com" 1 1 2 3 ] |
| 3 | 0.38 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
]
|
| 4 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 5 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"helpdesk"
]
|
| 6 | 0.46 ms |
SELECT u0_.id AS id_0 FROM uv_user u1_ LEFT JOIN uv_user_instance u2_ ON u1_.id = u2_.user_id LEFT JOIN uv_user_support_groups u3_ ON u2_.id = u3_.userInstanceId LEFT JOIN uv_support_group u0_ ON u0_.id = u3_.supportGroupId WHERE u1_.id = ? AND u0_.is_active = 1
Parameters:
[
1491
]
|
| 7 | 0.51 ms |
SELECT u0_.id AS id_0 FROM uv_user u1_ LEFT JOIN uv_user_instance u2_ ON u1_.id = u2_.user_id LEFT JOIN uv_user_support_teams u3_ ON u2_.id = u3_.userInstanceId LEFT JOIN uv_support_team u0_ ON u0_.id = u3_.supportTeamId WHERE u1_.id = ? AND u2_.supportRole_id <> ? AND u0_.is_active = 1
Parameters:
[ 1491 "4" ] |
| 8 | 0.38 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:
[
1491
]
|
| 9 | 0.27 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:
[
4
]
|
| 10 | 4951.43 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0, u1_.id AS id_1, u1_.code AS code_2 FROM uv_ticket u0_ LEFT JOIN uv_ticket_type u2_ ON u0_.type_id = u2_.id LEFT JOIN uv_user u3_ ON u0_.agent_id = u3_.id LEFT JOIN uv_ticket_status u1_ ON u0_.status_id = u1_.id LEFT JOIN uv_thread u4_ ON u0_.id = u4_.ticket_id LEFT JOIN uv_ticket_priority u5_ ON u0_.priority_id = u5_.id LEFT JOIN uv_user u6_ ON u0_.customer_id = u6_.id LEFT JOIN uv_support_team u7_ ON u0_.subGroup_id = u7_.id LEFT JOIN uv_tickets_tags u9_ ON u0_.id = u9_.ticket_id LEFT JOIN uv_tag u8_ ON u8_.id = u9_.tag_id LEFT JOIN uv_support_group u10_ ON u0_.group_id = u10_.id LEFT JOIN uv_user_instance u11_ ON u3_.id = u11_.user_id LEFT JOIN uv_tickets_labels u13_ ON u0_.id = u13_.ticket_id LEFT JOIN uv_support_label u12_ ON u12_.id = u13_.label_id LEFT JOIN uv_user_instance u14_ ON u6_.id = u14_.user_id WHERE u14_.supportRole_id = 4 AND (u3_.id IS NULL OR u11_.supportRole_id <> 4) AND u0_.is_trashed = ? GROUP BY u1_.id, u1_.code, u1_.description, u1_.color_code, u1_.sort_order
Parameters:
[
0
]
|
| 11 | 38.05 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.updated_at AS updated_at_1 FROM uv_ticket u0_ LEFT JOIN uv_ticket_type u1_ ON u0_.type_id = u1_.id LEFT JOIN uv_user u2_ ON u0_.agent_id = u2_.id LEFT JOIN uv_thread u3_ ON u0_.id = u3_.ticket_id LEFT JOIN uv_ticket_priority u4_ ON u0_.priority_id = u4_.id LEFT JOIN uv_user u5_ ON u0_.customer_id = u5_.id LEFT JOIN uv_support_team u6_ ON u0_.subGroup_id = u6_.id LEFT JOIN uv_tickets_tags u8_ ON u0_.id = u8_.ticket_id LEFT JOIN uv_tag u7_ ON u7_.id = u8_.tag_id LEFT JOIN uv_user_instance u9_ ON u2_.id = u9_.user_id LEFT JOIN uv_tickets_labels u11_ ON u0_.id = u11_.ticket_id LEFT JOIN uv_support_label u10_ ON u10_.id = u11_.label_id LEFT JOIN uv_support_group u12_ ON u0_.group_id = u12_.id LEFT JOIN uv_user_instance u13_ ON u5_.id = u13_.user_id WHERE u13_.supportRole_id = 4 AND (u2_.id IS NULL OR u9_.supportRole_id <> 4) AND u0_.is_trashed = ? AND u0_.status_id = ? ORDER BY u0_.updated_at DESC LIMIT 15
Parameters:
[ 0 1 ] |
| 12 | 8.11 ms |
SELECT DISTINCT u0_.name AS name_0, u1_.name AS name_1, u2_.code AS code_2, u3_.id AS id_3, u3_.email AS email_4, u4_.profile_image_path AS profile_image_path_5, u5_.id AS id_6, u5_.email AS email_7, u6_.profile_image_path AS profile_image_path_8, CONCAT(u5_.first_name, ' ', u5_.last_name) AS sclr_9, CONCAT(u3_.first_name, ' ', u3_.last_name) AS sclr_10, u7_.id AS id_11, u7_.source AS source_12, u7_.mailbox_email AS mailbox_email_13, u7_.subject AS subject_14, u7_.reference_ids AS reference_ids_15, u7_.is_new AS is_new_16, u7_.is_replied AS is_replied_17, u7_.is_reply_enabled AS is_reply_enabled_18, u7_.is_starred AS is_starred_19, u7_.is_trashed AS is_trashed_20, u7_.is_agent_viewed AS is_agent_viewed_21, u7_.is_customer_viewed AS is_customer_viewed_22, u7_.created_at AS created_at_23, u7_.updated_at AS updated_at_24, u8_.id AS id_25, u8_.code AS code_26, u8_.description AS description_27, u8_.color_code AS color_code_28 FROM uv_ticket u7_ LEFT JOIN uv_ticket_type u2_ ON u7_.type_id = u2_.id LEFT JOIN uv_user u3_ ON u7_.agent_id = u3_.id LEFT JOIN uv_thread u9_ ON u7_.id = u9_.ticket_id LEFT JOIN uv_ticket_priority u8_ ON u7_.priority_id = u8_.id LEFT JOIN uv_user u5_ ON u7_.customer_id = u5_.id LEFT JOIN uv_support_team u1_ ON u7_.subGroup_id = u1_.id LEFT JOIN uv_tickets_tags u11_ ON u7_.id = u11_.ticket_id LEFT JOIN uv_tag u10_ ON u10_.id = u11_.tag_id LEFT JOIN uv_user_instance u4_ ON u3_.id = u4_.user_id LEFT JOIN uv_tickets_labels u13_ ON u7_.id = u13_.ticket_id LEFT JOIN uv_support_label u12_ ON u12_.id = u13_.label_id LEFT JOIN uv_support_group u0_ ON u7_.group_id = u0_.id LEFT JOIN uv_user_instance u6_ ON u5_.id = u6_.user_id WHERE u6_.supportRole_id = 4 AND (u3_.id IS NULL OR u4_.supportRole_id <> 4) AND u7_.is_trashed = ? AND u7_.status_id = ? AND u7_.id IN (?) ORDER BY u7_.updated_at DESC
Parameters:
[ 0 1 [ 18101 18100 17975 18099 18092 18096 17935 17968 17998 18091 18090 18023 18043 18069 18051 ] ] |
| 13 | 0.65 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18101 "reply" ] |
| 14 | 0.70 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18101 "reply" ] |
| 15 | 0.86 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 16 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 17 | 0.49 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18101 "reply" ] |
| 18 | 0.78 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 19 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 20 | 0.37 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18100 "reply" ] |
| 21 | 0.51 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18100 "reply" ] |
| 22 | 0.74 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 23 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 24 | 0.54 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18100 "reply" ] |
| 25 | 1.14 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 26 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 27 | 0.36 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 17975 "reply" ] |
| 28 | 0.50 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 17975 "reply" ] |
| 29 | 0.73 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 30 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 31 | 0.48 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 17975 "reply" ] |
| 32 | 0.69 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 33 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 34 | 0.42 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18099 "reply" ] |
| 35 | 0.47 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18099 "reply" ] |
| 36 | 0.69 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 37 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 38 | 0.50 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18099 "reply" ] |
| 39 | 0.73 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 40 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 41 | 0.47 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18092 "reply" ] |
| 42 | 0.62 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18092 "reply" ] |
| 43 | 0.78 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 283 ] |
| 44 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 45 | 0.54 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18092 "reply" ] |
| 46 | 0.79 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 283 ] |
| 47 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 48 | 0.38 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18096 "reply" ] |
| 49 | 0.49 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18096 "reply" ] |
| 50 | 0.81 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 51 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 52 | 0.53 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18096 "reply" ] |
| 53 | 0.75 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 54 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 55 | 0.42 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 17935 "reply" ] |
| 56 | 0.55 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 17935 "reply" ] |
| 57 | 0.76 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 58 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 59 | 0.51 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 17935 "reply" ] |
| 60 | 0.78 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 61 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 62 | 0.50 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 17968 "reply" ] |
| 63 | 0.58 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 17968 "reply" ] |
| 64 | 0.75 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 65 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 66 | 0.49 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 17968 "reply" ] |
| 67 | 0.78 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 68 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 69 | 0.35 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 17998 "reply" ] |
| 70 | 0.51 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 17998 "reply" ] |
| 71 | 0.73 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 72 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 73 | 0.48 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 17998 "reply" ] |
| 74 | 0.70 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 75 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 76 | 0.35 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18091 "reply" ] |
| 77 | 0.49 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18091 "reply" ] |
| 78 | 0.76 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 79 | 0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 80 | 0.49 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18091 "reply" ] |
| 81 | 0.70 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 82 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 83 | 0.33 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18090 "reply" ] |
| 84 | 0.44 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18090 "reply" ] |
| 85 | 0.68 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 86 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 87 | 0.48 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18090 "reply" ] |
| 88 | 0.71 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 89 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 90 | 0.36 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18023 "reply" ] |
| 91 | 0.49 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18023 "reply" ] |
| 92 | 0.69 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 93 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 94 | 0.50 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18023 "reply" ] |
| 95 | 0.73 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1629 ] |
| 96 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 97 | 0.36 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18043 "reply" ] |
| 98 | 0.54 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18043 "reply" ] |
| 99 | 0.42 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u1_.contact_number AS contact_number_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id = ? AND u0_.id = ?
Parameters:
[ 4 593 ] |
| 100 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 101 | 0.75 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18043 "reply" ] |
| 102 | 0.36 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u1_.contact_number AS contact_number_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id = ? AND u0_.id = ?
Parameters:
[ 4 593 ] |
| 103 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 104 | 0.34 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18069 "reply" ] |
| 105 | 0.44 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18069 "reply" ] |
| 106 | 0.73 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 21 ] |
| 107 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 108 | 0.44 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18069 "reply" ] |
| 109 | 0.69 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 21 ] |
| 110 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 111 | 0.34 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_ticket u1_ LEFT JOIN uv_thread u0_ ON u1_.id = u0_.ticket_id WHERE u1_.id = ? AND u0_.thread_type = ?
Parameters:
[ 18051 "reply" ] |
| 112 | 0.46 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18051 "reply" ] |
| 113 | 0.68 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 114 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 115 | 0.47 ms |
SELECT u0_.id AS id_0, u1_.id AS id_1, u1_.source AS source_2, u1_.message_id AS message_id_3, u1_.thread_type AS thread_type_4, u1_.created_by AS created_by_5, u1_.cc AS cc_6, u1_.bcc AS bcc_7, u1_.reply_to AS reply_to_8, u1_.delivery_status AS delivery_status_9, u1_.is_locked AS is_locked_10, u1_.is_bookmarked AS is_bookmarked_11, u1_.message AS message_12, u1_.created_at AS created_at_13, u1_.updated_at AS updated_at_14, u1_.agent_viewed_at AS agent_viewed_at_15, u1_.customer_viewed_at AS customer_viewed_at_16, u2_.id AS id_17, u2_.name AS name_18, u2_.path AS path_19, u2_.content_type AS content_type_20, u2_.size AS size_21, u2_.content_id AS content_id_22, u2_.file_system AS file_system_23 FROM uv_thread u1_ LEFT JOIN uv_ticket u3_ ON u1_.ticket_id = u3_.id LEFT JOIN uv_ticket_attachments u2_ ON u1_.id = u2_.thread_id LEFT JOIN uv_user u0_ ON u1_.user_id = u0_.id WHERE u3_.id = ? AND u1_.thread_type = ? ORDER BY u1_.id DESC
Parameters:
[ 18051 "reply" ] |
| 116 | 0.69 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.email AS email_1, CONCAT(u0_.first_name, ' ', COALESCE(u0_.last_name, '')) AS sclr_2, u0_.first_name AS first_name_3, u0_.last_name AS last_name_4, u0_.is_enabled AS is_enabled_5, u1_.profile_image_path AS profile_image_path_6, u1_.profile_image_path AS profile_image_path_7, u1_.is_active AS is_active_8, u1_.is_verified AS is_verified_9, u1_.designation AS designation_10, u1_.contact_number AS contact_number_11, u1_.signature AS signature_12, u1_.ticket_access_level AS ticket_access_level_13 FROM uv_user u0_ LEFT JOIN uv_user_instance u1_ ON u0_.id = u1_.user_id WHERE u1_.supportRole_id <> ? AND u0_.id = ?
Parameters:
[ 4 1707 ] |
| 117 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.logo AS logo_4, t0.theme_color AS theme_color_5, t0.favicon AS favicon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.is_active AS is_active_9, t0.timezone AS timezone_10, t0.timeformat AS timeformat_11 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 118 | 7.35 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM uv_ticket u0_ WHERE u0_.is_trashed <> 1
Parameters:
[] |
| 119 | 7.06 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM uv_ticket u0_ WHERE u0_.is_trashed <> 1 AND u0_.is_new = 1
Parameters:
[] |
| 120 | 1.28 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM uv_ticket u0_ WHERE u0_.is_trashed <> 1 AND u0_.agent_id IS NULL
Parameters:
[] |
| 121 | 6.96 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM uv_ticket u0_ WHERE u0_.is_trashed <> 1 AND u0_.is_replied = 0
Parameters:
[] |
| 122 | 0.49 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM uv_ticket u0_ WHERE u0_.is_trashed <> 1 AND u0_.agent_id = ?
Parameters:
[
1491
]
|
| 123 | 7.01 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM uv_ticket u0_ WHERE u0_.is_trashed <> 1 AND u0_.is_starred = 1
Parameters:
[] |
| 124 | 0.58 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM uv_ticket u0_ WHERE u0_.is_trashed = 1 AND u0_.agent_id = 1491
Parameters:
[] |
| 125 | 0.49 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0, u1_.id AS id_1 FROM uv_ticket u0_ LEFT JOIN uv_tickets_labels u2_ ON u0_.id = u2_.ticket_id LEFT JOIN uv_support_label u1_ ON u1_.id = u2_.label_id WHERE u1_.user_id = ? GROUP BY u1_.id
Parameters:
[
1491
]
|
| 126 | 0.37 ms |
SELECT u0_.id AS id_0, u0_.name AS name_1, u0_.color_code AS color_code_2 FROM uv_support_label u0_ WHERE u0_.user_id = ?
Parameters:
[
1491
]
|
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 |
|---|---|
| Webkul\UVDesk\CoreFrameworkBundle\Entity\Recaptcha | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\User | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\UserInstance | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportRole | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\EmailTemplates | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SavedFilters | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportPrivilege | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportTeam | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportGroup | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\Website | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\Ticket |
|
| Webkul\UVDesk\CoreFrameworkBundle\Entity\TicketType | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\TicketStatus | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\Thread | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\TicketPriority | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\Tag |
|
| Webkul\UVDesk\CoreFrameworkBundle\Entity\SupportLabel | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\Attachment | No errors. |