- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 07:09 AM
Hello friends,
We are building various reports against the CMDB and putting them on Dashboards. Those reports are data intensive and consuming lot of time every time Dashboard refreshed. How can i make this efficient so that refresh does not take longer ?
Anyone ? Any help?
Thanks,
Rahul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 07:47 AM
A) Kindly use appropriate filters while generating report...
B) Remove CIs which are not active using filter.
Large dashboards can take a long time to render, especially when widgets depend on complex queries or queries on large tables. You can use system properties to optimize how widgets load
Optimize widget rendering time on responsive dashboards (servicenow.com)
Performance Best Practice for Efficient Queries - ... - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 07:47 AM
A) Kindly use appropriate filters while generating report...
B) Remove CIs which are not active using filter.
Large dashboards can take a long time to render, especially when widgets depend on complex queries or queries on large tables. You can use system properties to optimize how widgets load
Optimize widget rendering time on responsive dashboards (servicenow.com)
Performance Best Practice for Efficient Queries - ... - ServiceNow Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 04:51 AM
Thanks @Vishal Savajia1 ...my question was kind of open ended. And links mentioned by you provides the steps on improving reports. Will try them. Thanks.