Archived topic
CSS File Too Large
3 replies · Started by Ian on January 23, 2022
I keep getting notified that my CSS file is too large and it's affecting SEO? These notifications come from the Google Search Console and HFREFS.
I'm not sure what they are referring to?
Hi Ian,
This happens when ALL of the CSS of your site is merged into 1 big file.(from merge CSS optimization)
You can try excluding some stylesheets from being merged to the cached file so the CSS file doesn't get to large.
This will divide the CSS stylesheet files into smaller chunks instead of everything being in 1 file.
Thanks Elvin. I’ll do that.
No problem. Let us know how it goes. :D