Troubleshooting instance response times | Homepages Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; padding-left: 1em; } li { padding-left: 1em; } --> Homepage transactions make up 30% to 50% of all user transactions for most customers. This is the first thing a users sees when logging in and the last item checked at the end of the day. If a user's homepage is slow, they will notice: this is the most common incident that Customer Support receives. Most of these incidents can be traced back to a slow homepage blocking the user's other request. The ServiceNow homepage model is a wide-open canvas that enables your users to make the platform work as they prefer, which is a key feature of the platform. However, sometimes widgets or reports added to a homepage can take30 seconds to load. This article provides a few steps/techniques to help improve overall response times and improve your customers' user experience before these users start to report the issue to your admin team. CauseSuppose a user is reporting that the platform seems randomly slow throughout the day and you determine that the source is a homepage that takes 30 seconds to load on a different browser tab that has the auto-refresh set to 5 minutes. The user experience therefore is that every so often ServiceNow hangs but the user cannot reproduce the issue or provide steps to reproduce. This issue occurs because every 5 minutes or so a home page about 10% of the time takes 30 seconds to load, which blocks the current transaction.ResolutionTo solve this issue, rather than attempting to improve the slow widget or report, which can be ver time consuming, mitigate the impact by removing the widget, changing the user's homepage, or disabling auto-refresh. Try to do this check weekly or monthly. NOTE: If you do decide to try to determine which homepage widget or report is causing the issue and take action to resolve it, see KB0634929 - Quickly identifying the causes of homepage slowness. To find the affected users and disable auto-refresh: 1 - Go to a filtered transaction list:https://<instance_name>.service-now.com/syslog_transaction_list.do?sysparm_offset=&sysparm_list_mode=grid&sysparm_query=sys_created_onONToday@javascript:gs.beginningOfToday()@javascript:gs.endOfToday()%5Esql_count%3E0%5Eresponse_time%3E20000%5Esys_created_by!%3Dguest%5Eurl%3D/home.do%3Fsysparm_auto_request%3Dtrue%5EGROUPBYsys_created_by%5EORDERBYDESCresponse_time&sysparm_first_row=1&sysparm_view= 2 - Target the users (Created By) with the highest record count. Some of these users will have hundreds of homepage transactions a day so target those users first. 3 - Disable the user's auto-refresh option, which is usually not needed, by impersonating the user and setting this option off. For more information, see KB0634955 - How to change the homepage refresh behavior.