Inquiry: Impact of Merging Business Rules on System Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 06:12 AM
Hi Community,
I'm seeking advice regarding the performance improvements from reducing the number of Business Rules (BRs) in our system. Currently, we have about 40 BRs, and we're planning to merge multiple BRs into one where they are the same filter conditions, execution order, and type (after/before).
We're wondering if this consolidation will indeed enhance system performance. During light house testing by our QA team, we've noticed suboptimal results, prompting us to consider refactoring our BRs. Can anyone provide insights or suggestions on this matter?
Thank you in advance for your assistance!
Rakesh T.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 07:32 AM
hi @AshishKM
Our primary objective is to improve system performance. Will it improve the performance of page loading?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 07:40 AM - edited 05-15-2024 09:21 AM
BR's execution happen at server-side ( its actuall database triggers ) database their execution are not directly reflecting on pages unless forms are waiting form updated to be happen on BR execution.
The word "Perfomace Issue" is very wide in nature, every user has own explaination of "performace issue" , as admin/support team you need to monitor this as whole and check other things as well like slow queries, long running job, scheduled reports timings. Scheduled Jobs order & timing.
You can chage timing and execution order of other objects/process to keep instance breath at high time.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution