After adding all of your APO plugin and services, and the suggested configuration, our site has seen ZERO increase in speed scores. We had it at 90+% mobile pagespeed last few weeks and not sure what has happened to cause it to drop to 50s on mobile, please help me figure out what is blocking our loading times all of a sudden. Or recommend how we can improve this site score asap.
Should we be using imagify, lightspeed, etc along with your tools?
Looking at your zones, I see you have it installed in 2, but I assume you’re referring to scr???ns.com because wys???ce.com is having a loop redirect issue (ERR_TOO_MANY_REDIRECTS).
I honestly don’t see anything wrong with it, the page load is fine, both from desktop:
… and from mobile:
It’s not the fastest I’ve seen, but it’s not bad.
Having said this, there are some improvements to be made, for instance LCP 1,660 ms, but from that 97% (1,660 ms) is TTFB. This is greatly due to the fact you’re bypassing cache on the root:
which results in Cloudflare having to wait for the origin to provide the document instead of serving it form the edge:
So, if you want to ramp up the performance metrics by a lot, simply allowing the root to cache will likely get you to the upper 90’s percentile in performance.