filmov
tv
OutSystems Dev Tip: How to Refresh Aggregates in Parallel Using JavaScript

Показать описание
Refreshing multiple aggregates or DataActions in OutSystems can slow down your app if they’re processed sequentially. But what if you could refresh them all in parallel? In this dev tip, Charles Visita shows us how to use JavaScript to refresh aggregates simultaneously, speeding up data fetching and improving user experience.