Question
2
Replies
57
Views
Accenture
Posted: March 30, 2020
Last activity: April 19, 2020
What are the points we need to consider for better performance of the application?
What are the points we need to consider for better performance of the application? I came across the following points (not to totally sure), could you correct or add few more?
- Reduce the number of hits to database.
- Better use datapage, if possible use snapshot pattern
- Reduce activities use OOTB activities given by Pega
- Defer Load the section, use asynchronous data pages if the section is very large.
Thanks,
***Edited by Moderator Marissa to update Platform Capability tags****
This is a difficult question to answer, because you have posed it in a very general way.
As stated above, you want to minimize database hits, especially if the application needs to scale to many end users. You also want to make sure that your database queries execute as efficiently as possible, so the design of the tables and the indexing that is applied to those tables will be important.
You also want to avoid making the UI too complicated. Presenting too much information at once on the display takes longer to render and may also confuse the end user.
If you have specific concerns about your application, you may want to engage the Pega consulting services.