I'm optimising a WordPress website for page speed. To do so, I use the Google PageSpeed Insights to find my weak points. It is about the website goedkopewebsitezzp.nl.
A few of the measures I've taken:
- every page is cached
- I optimised every image with ShortPixel and they're served as WebP
- all CSS and JS is minified and combined using a plugin. Unfortunately the CSS is still split into three files, but I can't find a way to compile that again into one.
- I use the Cloudflare CDN
- jQuery is loaded from Cloudflare CDN.
My current page speed score is about 65-68. The biggest 'red' factor is the Largest Contentful Paint.
I currently am a bit stuck how to proceed with the LCP and I don't understand why this value is so large. If you visit the website, it is quite fast. My experience is about max 2 seconds with empty caches etc.
How come that the LCP has a value of slightly less than 9 seconds, when my page loads way faster? The LCP element is the first bold header (h1 element).
I think that there is something not going alright with the theme. I also have the same problem on an other website, where I also used the same theme. The LCP there is also about 9 seconds.
Perhaps the animation is the cause, but that only takes about 200 ms. I already tried disabling it, but there weren't any numerous improvements.
I'm really stuck how to proceed with this, and as the LCP counts for 25% of the total score, I would really like to get it down to a few seconds.
Thanks a lot in advance. All help is very much appreciated!

