Cache Performance

Permalink
Hi All,

I have a site who is rather fussy with loading times. As such, I have set up all pages to have full page cache, and to only expire when manually cleared.

However, every now and again we have an instance where a page will load extremely slowly (presumably re-building cache). Once this one slow load is completed. all other load times are down under 1s.

How can I debug what's happening here (given it's not consistently occuring either), and is there any way I can improve the non-cache loading speed (all page resources are already just about as optimized as it'll get)

Thanks

 
WebcentricLtd replied on at Permalink Reply
Hi, I'm not sure how you're going to be able to debug what's going on with the caching but going along the path of least resistance you might be better off using a cron based process to keep your cache warm.

As for optimisation there are likely lots of things you can still do but it depends on
what version of C5 you are on?
What platform? Apache 2.2, 2.4 (if Apache?) - mysql - which version of PHP?
Environment - shared/VPS etc.
What resources are available in this environment.

If you are able to post a URL you'll likely get some suggestions and there may be some simple(ish) things that you haven't done yet.