Anatoliy
Well-known member
I have cache and pageCache enabled (Redis) in my config file. And when I test pages with a tool like GMetrix I see that the second run shows better results. So it's not a question that cached pages are loaded faster.
Here is what I'm thinking about. My forum has about 1k visits and 2k pageviews a day. So every time a page requested the system waist a little bit of time to check if the page is in cache, and 99.9% it's not there. Also every time it waist a little bit of time to put a page in a cache, but 99.9% it will get expired before requested.
So can it be that caching might not helping with total page load speed for a not active forum but quite opposite? Or I'm just a little bit paranoiac?
Or not a little bit? )
Here is what I'm thinking about. My forum has about 1k visits and 2k pageviews a day. So every time a page requested the system waist a little bit of time to check if the page is in cache, and 99.9% it's not there. Also every time it waist a little bit of time to put a page in a cache, but 99.9% it will get expired before requested.
So can it be that caching might not helping with total page load speed for a not active forum but quite opposite? Or I'm just a little bit paranoiac?
Or not a little bit? )