Query Metrics
67
Database Queries
11
Different statements
22.02 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.37 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.52 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_.last_otp_generated_at AS last_otp_generated_at_10, u1_.id AS id_11, u1_.source AS source_12, u1_.skype_id AS skype_id_13, u1_.contact_number AS contact_number_14, u1_.designation AS designation_15, u1_.signature AS signature_16, u1_.profile_image_path AS profile_image_path_17, u1_.created_at AS created_at_18, u1_.updated_at AS updated_at_19, u1_.is_active AS is_active_20, u1_.is_verified AS is_verified_21, u1_.is_starred AS is_starred_22, u1_.ticket_access_level AS ticket_access_level_23, u1_.user_id AS user_id_24, u1_.supportRole_id AS supportRole_id_25 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_.code = ? LIMIT 1
Parameters:
[ "patrik.duda@atreon.cz" 1 "ROLE_CUSTOMER" ] |
| 3 | 0.21 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
]
|
| 4 | 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"knowledgebase"
]
|
| 5 | 0.42 ms |
SELECT t0.id AS id_1, t0.status AS status_2, t0.brand_color AS brand_color_3, t0.page_background_color AS page_background_color_4, t0.header_background_color AS header_background_color_5, t0.link_color AS link_color_6, t0.article_text_color AS article_text_color_7, t0.ticket_create_option AS ticket_create_option_8, t0.site_description AS site_description_9, t0.meta_description AS meta_description_10, t0.meta_keywords AS meta_keywords_11, t0.homepage_content AS homepage_content_12, t0.white_list AS white_list_13, t0.black_list AS black_list_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.broadcast_message AS broadcast_message_17, t0.disable_customer_login AS disable_customer_login_18, t0.script AS script_19, t0.custom_css AS custom_css_20, t0.is_active AS is_active_21, t0.header_links AS header_links_22, t0.footer_links AS footer_links_23, t0.banner_background_color AS banner_background_color_24, t0.link_hover_color AS link_hover_color_25, t0.login_required_to_create AS login_required_to_create_26, t0.remove_customer_login_button AS remove_customer_login_button_27, t0.remove_branding_content AS remove_branding_content_28, t0.website AS website_29 FROM uv_website_knowledgebase t0 WHERE t0.website = ? AND t0.status = ? LIMIT 1
Parameters:
[ 2 1 ] |
| 6 | 1.36 ms |
SELECT COUNT(DISTINCT u0_.id) AS sclr_0 FROM uv_ticket u0_ LEFT JOIN uv_user u1_ ON u0_.agent_id = u1_.id LEFT JOIN uv_user_instance u2_ ON u1_.id = u2_.user_id LEFT JOIN uv_ticket_status u3_ ON u0_.status_id = u3_.id LEFT JOIN uv_user u4_ ON u0_.customer_id = u4_.id LEFT JOIN uv_support_group u5_ ON u0_.group_id = u5_.id LEFT JOIN uv_ticket_priority u6_ ON u0_.priority_id = u6_.id LEFT JOIN uv_ticket_type u7_ ON u0_.type_id = u7_.id LEFT JOIN uv_tickets_collaborators u9_ ON u0_.id = u9_.ticket_id LEFT JOIN uv_user u8_ ON u8_.id = u9_.user_id WHERE (u0_.agent_id IS NULL OR u2_.supportRole_id <> 4) AND (u0_.customer_id = ? OR u8_.id = ?) AND u0_.is_trashed <> 1 ORDER BY u0_.id DESC
Parameters:
[ 90 90 ] |
| 7 | 0.64 ms |
SELECT DISTINCT u0_.id AS id_0, u0_.id AS id_1 FROM uv_ticket u0_ LEFT JOIN uv_user u1_ ON u0_.agent_id = u1_.id LEFT JOIN uv_user_instance u2_ ON u1_.id = u2_.user_id LEFT JOIN uv_ticket_status u3_ ON u0_.status_id = u3_.id LEFT JOIN uv_user u4_ ON u0_.customer_id = u4_.id LEFT JOIN uv_support_group u5_ ON u0_.group_id = u5_.id LEFT JOIN uv_ticket_priority u6_ ON u0_.priority_id = u6_.id LEFT JOIN uv_ticket_type u7_ ON u0_.type_id = u7_.id LEFT JOIN uv_tickets_collaborators u9_ ON u0_.id = u9_.ticket_id LEFT JOIN uv_user u8_ ON u8_.id = u9_.user_id WHERE (u0_.agent_id IS NULL OR u2_.supportRole_id <> 4) AND (u0_.customer_id = ? OR u8_.id = ?) AND u0_.is_trashed <> 1 ORDER BY u0_.id DESC LIMIT 15
Parameters:
[ 90 90 ] |
| 8 | 1.29 ms |
SELECT DISTINCT u0_.id AS id_0, u1_.id AS id_1, CONCAT(u0_.first_name, ' ', u0_.last_name) AS sclr_2, u2_.id AS id_3, u2_.source AS source_4, u2_.mailbox_email AS mailbox_email_5, u2_.subject AS subject_6, u2_.reference_ids AS reference_ids_7, u2_.is_new AS is_new_8, u2_.is_replied AS is_replied_9, u2_.is_reply_enabled AS is_reply_enabled_10, u2_.is_starred AS is_starred_11, u2_.is_trashed AS is_trashed_12, u2_.is_agent_viewed AS is_agent_viewed_13, u2_.is_customer_viewed AS is_customer_viewed_14, u2_.created_at AS created_at_15, u2_.updated_at AS updated_at_16, u2_.customer_replied_at AS customer_replied_at_17, u2_.outlook_conversation_id AS outlook_conversation_id_18, u2_.response_sla_level AS response_sla_level_19, u2_.resolve_sla_level AS resolve_sla_level_20, u2_.country AS country_21, u3_.id AS id_22, u3_.code AS code_23, u3_.description AS description_24, u3_.color_code AS color_code_25, u3_.sort_order AS sort_order_26, u4_.id AS id_27, u4_.name AS name_28, u4_.description AS description_29, u4_.created_at AS created_at_30, u4_.is_active AS is_active_31, u4_.user_view AS user_view_32, u5_.id AS id_33, u5_.code AS code_34, u5_.description AS description_35, u5_.color_code AS color_code_36, u6_.id AS id_37, u6_.code AS code_38, u6_.description AS description_39, u6_.is_active AS is_active_40 FROM uv_ticket u2_ LEFT JOIN uv_user u0_ ON u2_.agent_id = u0_.id LEFT JOIN uv_user_instance u7_ ON u0_.id = u7_.user_id LEFT JOIN uv_ticket_status u3_ ON u2_.status_id = u3_.id LEFT JOIN uv_user u1_ ON u2_.customer_id = u1_.id LEFT JOIN uv_support_group u4_ ON u2_.group_id = u4_.id LEFT JOIN uv_ticket_priority u5_ ON u2_.priority_id = u5_.id LEFT JOIN uv_ticket_type u6_ ON u2_.type_id = u6_.id LEFT JOIN uv_tickets_collaborators u9_ ON u2_.id = u9_.ticket_id LEFT JOIN uv_user u8_ ON u8_.id = u9_.user_id WHERE (u2_.agent_id IS NULL OR u7_.supportRole_id <> 4) AND (u2_.customer_id = ? OR u8_.id = ?) AND u2_.is_trashed <> 1 AND u2_.id IN (?) ORDER BY u2_.id DESC
Parameters:
[ 90 90 [ 153 152 151 150 149 148 147 146 143 142 141 140 139 136 135 ] ] |
| 9 | 0.33 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 153 "reply" ] |
| 10 | 0.38 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 90 ] |
| 11 | 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 12 | 0.29 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 152 "reply" ] |
| 13 | 0.37 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 89 ] |
| 14 | 0.27 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 90 ] |
| 15 | 0.25 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 16 | 0.24 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 151 "reply" ] |
| 17 | 0.39 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 89 ] |
| 18 | 0.27 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 90 ] |
| 19 | 0.25 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 20 | 0.23 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 150 "reply" ] |
| 21 | 0.36 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 89 ] |
| 22 | 0.27 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 90 ] |
| 23 | 0.22 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 24 | 0.24 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 149 "reply" ] |
| 25 | 0.32 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 2 ] |
| 26 | 0.28 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 90 ] |
| 27 | 0.23 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 28 | 0.24 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 148 "reply" ] |
| 29 | 0.32 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 89 ] |
| 30 | 0.32 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 90 ] |
| 31 | 0.24 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 32 | 0.29 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 147 "reply" ] |
| 33 | 0.33 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 89 ] |
| 34 | 0.34 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 90 ] |
| 35 | 0.24 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 36 | 0.26 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 146 "reply" ] |
| 37 | 0.33 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 89 ] |
| 38 | 0.27 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 90 ] |
| 39 | 0.24 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 40 | 0.24 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 143 "reply" ] |
| 41 | 0.36 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 89 ] |
| 42 | 0.27 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 90 ] |
| 43 | 0.28 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 44 | 0.24 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 142 "reply" ] |
| 45 | 0.39 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 89 ] |
| 46 | 0.27 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 90 ] |
| 47 | 0.24 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 48 | 0.22 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 141 "reply" ] |
| 49 | 0.33 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 89 ] |
| 50 | 0.27 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 90 ] |
| 51 | 0.22 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 52 | 0.26 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 140 "reply" ] |
| 53 | 0.34 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 89 ] |
| 54 | 0.27 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 90 ] |
| 55 | 0.23 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 56 | 0.26 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 139 "reply" ] |
| 57 | 0.33 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 89 ] |
| 58 | 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 90 ] |
| 59 | 0.23 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 60 | 0.41 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 136 "reply" ] |
| 61 | 0.32 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 89 ] |
| 62 | 0.28 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 90 ] |
| 63 | 0.23 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
| 64 | 0.25 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM uv_thread u0_ WHERE u0_.ticket_id = ? AND u0_.thread_type = ?
Parameters:
[ 135 "reply" ] |
| 65 | 0.32 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 89 ] |
| 66 | 0.27 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 90 ] |
| 67 | 0.23 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, t0.business_hour AS business_hour_12, t0.business_hour_status AS business_hour_status_13 FROM uv_website t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"Knowledgebase"
]
|
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\SupportCenterBundle\Entity\KnowledgebaseWebsite | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\Ticket |
|
| Webkul\UVDesk\CoreFrameworkBundle\Entity\TicketStatus | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\TicketPriority | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\TicketType | No errors. |
| Webkul\UVDesk\CoreFrameworkBundle\Entity\Thread | No errors. |