I have a simple Orchard website with about 100 blog posts. If no one enters the website for more than 5 minutes loading the page takes about 10-15 seconds. This happens only on the blog page where it has to load a bunch of posts. The rest of the pages load quickly (2-3 secs). I have the SysCache module and "warmup" enabled. Before I enabled SysCache it took 10-15secs to load the blog page every single time.
I couldn't find a way to override the SysCache DefaultExpiration property anywhere in the configuration files. I re-wrote the SysCache plugin (copied/pasted) and hardcoded the DefaultExpirtaion value (1day). It made no difference.
How can I solve this load time issue?
Thanks,
Eyal