Can you describe a bit how JR caches queries? I have some custom modules that seem to be slowing things down quite a bit. I suspect they are querying the db every time rather than have the results cached.
Do you need to do anything in particular to have JR cache the results?
How often will JR query results check for changes? Is there a TTL of the result that can be set?
For example, a query of most popular songs measured by likes. I assume we don't query the DB for that every time. We should be able to cache the results of that and deliver the same chart. How often is the results of that refreshed in the cache?
updated by @dannya: 06/15/17 05:29:29PM