rfcontreras Posted October 24, 2021 Posted October 24, 2021 Hi, I've noticed that css files are evaluating if it's LTR or RTL, I use LTR so I would like to ask to split the css according to direction. CSS files are innecesary loading RTL, not needed and a waste of resources. I'm using stock templates and I was able to optimize everything but css's sizes. There's a lot of room for improvements on the css department. Also "advertising". Enabling banners will spike the LCP, I've finished disabling it but this could also be improved. My stack is Nginx, Opcache, Nginx-Pagespeed and Cloudflare. Thanks in advance This is my score just in case you're curious Unienc 1
rfcontreras Posted October 24, 2021 Author Posted October 24, 2021 Removing RTL css code I was able to reduce the rules count from 5260 to 2163, and complex selectors from 438 to 138. Unienc 1
Recommended Posts