ESC portal loading take a lot of time , once loaded it works fine

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 10:50 AM
We are facing an issue where in the ESC portal takes 27 sec to load the home page and after that it works fine.
I inspected the page and this initiator is taking a lot of timne : 27sec
any idea how can we start troubleshooting this ?
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 11:10 AM
It could be having long running SQL queries , or auto refreshing widgets or probably there is lot of data displayed in menu items that can be causing it .
Check some of the recommendations given in this Servicenow support article and see if it helps
Link : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0634588
Mark my Answer as CORRECT and Helpful if it helps

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 06:26 AM
some one suggested to have index hints .
is it worth it or how do we add inde hints ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 08:48 AM
Hello, I am not sure what exactly you are referring towards
However, I came accross one post where there is a script in that which will help you to identify slow running widgets on your page.
Check this I hope it is helpful .
Link : https://community.servicenow.com/community?id=community_blog&sys_id=d678d26bdb81b7c414d6fb2439961970
Mark my Answer as CORRECT and Helpful if it works

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2022 08:53 AM
thanks ,
my issue got solved by running index hints and union optimisation through query rewrite.