- This topic has 7 replies, 3 voices, and was last updated 4 years, 10 months ago by
David.
-
AuthorPosts
-
August 1, 2021 at 11:13 pm #1880037
Micke
Hi!
I found another thread on Google where you suggested Autoptimize for site speed. And it’s working great. But when I do Google page speed test, I get this unused css: /wp-content/cache/autoptimize/css/autoptimize_2ca4ddf4b26925a48fa82404836ffe92.css and chain linking request.
screenshot: https://ibb.co/L6YjT2f
August 1, 2021 at 11:30 pm #1880052Elvin
StaffCustomer SupportHi there,
Have you sorted this out? I’ve checked the site and ran it on Google PSI and I don’t see the “reduce unused CSS” anymore.
As for the chaining, it’s because of the redirection. The page is being redirected from an HTTP to https version of the site. This isn’t something the theme controls.
August 2, 2021 at 1:07 am #1880147Micke
Hi!
I managed to solve the reduce unused css. That’s unfortunate for the chaining. But I have some issues now with CLS instead. with it being very inconsistent. Most of the time it has issues, but sometimes it shows 0.
mobile: https://ibb.co/6YtNMfG
desktop: https://ibb.co/pbWccbNTried pagespeed a few times now. It’s mostly desktop that have issues with CLS.
Is this something the theme can control/fix?
August 2, 2021 at 3:58 am #1880346David
StaffCustomer SupportHi there,
the theme itself has no CLS related issues.
CLS occurs when CSS is deferred from loading – ie. loaded after the initial content is displayed. And the most common reason for this is when CSS is optimized eg. removing unused CSS, creating Critical CSS options.What difference to the PSI scores did ‘reducing the Unused CSS’ actually make to site performance?
August 2, 2021 at 5:53 am #1880465Micke
Hi!
Thanks for pointing that out David! I turned off the settings in WP rocket that removes unused CCS and the CLS is close to 0 now. Thanks a lot!
The only thing preventing me from getting a green score on mobile is the chain linking: https://ibb.co/M7f9P2h
/wp-content/cache/autoptimize/css/autoptimize_0b64e6c0b33750cb2dc0a50b1426203b.cssDo you have any idea how I can fix this?
August 2, 2021 at 6:16 pm #1881324David
StaffCustomer SupportYou may want to try NOT combining the CSS files… with HTTP2 several small CSS files will load faster then one larger file.
August 3, 2021 at 12:11 am #1881605Micke
Thanks for the help David, got it to 100 on both mobile and desktop now! Thanks a lot! :).
August 3, 2021 at 3:39 am #1881820David
StaffCustomer SupportAwesome – glad to hear that!
-
AuthorPosts
- You must be logged in to reply to this topic.