How to solve performance issue of a list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2024 12:54 AM
My team created a custom table with 8 million records. When I attempt to open the list, it takes 50 seconds. Analyzing the browser's response time, I noticed that 1 min 20 seconds are spent on the server side. Is there a way to investigate the root cause and improve the display time significantly?
Labels:
- Labels:
-
performance
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2024 11:21 AM
Adding an index might help

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2024 11:27 AM
Hello ,
sysparm_filter_only=true
For example:
https://your-instance.service-now.com/sys_audit_list.do?sysparm_filter_only=true
Regards,
vaishnavi Lathkar