Christoph Emrich
 · Empirome Software Studios

Query Cache Settings

I have a few pages in my app and each page contains multiple queries. For all queries throughout the app I enable query caching on page level with a unique key. Not sure if it's got something to do with it but what happens is that every time I navigate to the page, all queries load anew and I see the loading indicators.

Can I somehow prevent this? Like if it had loaded before, entering the page will not query the database again and load it anew but it will just show the previously loaded values instead of loading indicators?

13
22 replies