Hello! I have a huge report, for which i need several data sources, some of them are API's, and they work rather slow. I wish it was any possibility to run separate reports for every API in background by cron, for example, saving data in cache or local DB, so that the complex report could get data faster. Is there any workaround?
I guess, maybe separating data sources to different reports and getting data from them, as described here - https://www.koolreport.com/data-sources#reportdatasource could help a little, as all API's will work kinda synchroniosly, but if there're any better decision?