Cached FVM/.CSS Render Blocking
-
Wordpress: 4.7.5
WooCommerce 3.0.7
Flatsome: 3.3.5
wp-rocket: 2.9.11This is a great plugin and performs better than some other very popular choices! I have taken the time to correctly generate the critical css for our site. I have one question concerning the generated minified, cached, fvm/.css file. How can I defer this file just below the critical css? Currently it’s within the bottom third of my critical css when I use “above the fold optimization plugin”. Currently I can inline this through the mentioned plugin, but I just need to defer it further down the page so it doesn’t FOUSC/break style momentarily.
Perhaps, if possible, you can include a css defer box for this purpose. Kind of tricky as you would only want to defer this file just below the first </style> tag of critical css which is obviously up high in the source code. Maybe even delay it’s loading by ms or even specify header or footer.
Maybe you have an idea? I know you have another thread speaking of this file being render blocking, and not much you can do without heavy coding, but really it’s just landing a bit short of the end of </style> tag in critical css.
Another valid point is it’s really just Google Page Speed that points this cached file as render blocking. However, it doesn’t effect the speed of our site. It would be nice to clear the suggestion though.
Thanks again for this awesome plugin as it’s solved our other issues!
Stu
- The topic ‘Cached FVM/.CSS Render Blocking’ is closed to new replies.