MyBB Community Forums

Full Version: Aggressive Cache Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,

I'm having issues with cache. I think my forum cache is abit too aggressive, whenever a member logs in, they have too hard refresh their browser (CTRL + F5) also with other stuff aswell. It's getting quite annoying now since we have keep hard refreshing our browser inorder to see the thing.

My .htaccess: http://pastebin.com/RE1zKxZU
Is there anyway to lower this cache but keep my forum faster as usual without removing the cache?

- Adz
Try removing these two entries:
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"

Alternatively, you may look into using CloudFlare for handling caches.
(2014-09-23, 02:18 PM)dragonexpert Wrote: [ -> ]Try removing these two entries:
 ExpiresByType text/html "access plus 600 seconds"
 ExpiresByType application/xhtml+xml "access plus 600 seconds"

Alternatively, you may look into using CloudFlare for handling caches.

Yeah i'm currently using Cloudflare cache too, but I turned it off (Bypass Cache)

BTW removing those Entries, will it slow down my forum in anyway or something?
Temporarily until it gets fixed. Its best just to see if that is the issue though. I would recommend using just Cloudflare and nothing else for cache handling.