Performance improvements by using Nanoflows instead of Microflows

2
Hi, We are experiencing performance issues in our applications. I think some of the issues can be resolved by using nanoflows instead of microflows. Sometimes this works, but other times it makes the performance even worse, because it has to fetch associated objects.   On the clientside I noticed the object store  mx.onlineData.objectCache Is my assumption correct that, if a nanoflow performs a retrieve on an object whose associated objects are in this store, then no retrieve over the network is performed? Is there a way to ‘preload’ associated objects into this store in order to make the nanoflow work clientside only and prevent loading over the network?
asked
0 answers