
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 08:18 AM
Hi, we are experiencing very slow load times on opening the case form: sn_customerservice_case.
It is only on the case table and we have have related lists to load on request.
These load times of the form range but on average are 20 seconds plus. I have read through a lot of articles on best practice to improve performance, but i cannot pinpoint why the form is slow to load.
Is there any suggestions on how i can pinpoint exactly what is slowing down the performace when trying to open the page?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 10:14 AM
I found it. I set debug to all in the ui.
I then impersonated the users, loaded the page. Then in the session log in the script debugger, it showed me which ACLs were causing a problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 08:50 AM
This article gives a good overview on the approaches:
https://community.servicenow.com/community?id=community_blog&sys_id=590e6a2ddbd0dbc01dcaf3231f9619b7
Regards
Paul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 09:12 AM
Thanks for the link
The issue is server side as we get the running transaction message. The blog is more related to client side issues, so unfortunately, not really relevant to the issue we are facing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 09:18 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 10:14 AM
I found it. I set debug to all in the ui.
I then impersonated the users, loaded the page. Then in the session log in the script debugger, it showed me which ACLs were causing a problem!