Loading a new Region also makes a call to pullData, which means a call to external resources, which might make stuff slower to respond. Storing the CSV once and then using it might be better performance wise. I don't know if there is caching being used, but it would be easy to check using the Network Analyzer. The csvs' are I assume cached (as well as everything else).
Loading a new Region also makes a call to pullData, which means a call to external resources, which might make stuff slower to respond. Storing the CSV once and then using it might be better performance wise.
I don't know if there is caching being used, but it would be easy to check using the Network Analyzer.The csvs' are I assume cached (as well as everything else).