Speed index on my blog with cloudflare

Hi,

My website has a blog built with Kirby, and it feels a bit slow between clicks. I don’t experience this issue on other Kirby projects. It also seems slower when using Firefox :frowning:
https://jaiunsite.com/flux/
I switched to Cloudflare, but I don’t feel like it made much of a difference.
I enabled caching in Kirby (but is this useful compared to Cloudflare’s caching?).
Right now, the site is 90% based on the starter kit.

This tool is quite useful for analyzing the server: https://web-check.xyz

How can I find out what’s causing the slowdown?

Hm, I ran a few pages and the overview through Lighthouse and the results are generally great > 95 performance scored. Although there sometimes seems to be a small delay, and the archives (insta, reel) seem to take long to load, at least on first load. But then again, those archives are really heavy payload wise as compared to the rest.

Thanks, I’m digging into the Cloudflare settings—there are some rules I can tweak.

Cloudflare cache issues stem from a conflict between Kirby’s date headers (Expires/Last-Modified matching the Date) and the no-store, private directives injected by the Panel session.

But those should be irrelevant if you are not logged-in

1 Like

Ok, so it’s good for me.

EDIT : bad idea, with this cache rules I can’t log on panel !