Suppose there is large number of records we are fetching large number of records from third party, but it is getting performance issue, how can we handle in pega?
Hi,
By using load datapage method in activity we can handle performance issue throgh datapage.
Try to identify the bottleneck of the performance issue with the help of PDC - Most likely the issue could be on the server end where it takes more time to respond (turnaround time). If bottleneck is a turnaround time, then you have to work with the server team who is hosting the services to tune the service for faster response time. If the performance issue is caused due to Pega, then check the response data transform if there are any heavy operations being used or rendering UI has complex nested layouts, then fix it.