1

Is there any good way to avoid render blocking css (google page speed) from Wordpress. Probably more complex, but find a way to add in theme development. It means, not something very specific but global.

I already try to move css files into the footer, nothing change.

I know there is a way by loading css with js to make them asynchron. Basically it creates the link tag only when it reach the inline script. But is this a correct way to add this in a theme (it means not doing any register_style etc)? Is there any other way?

1 Answer 1

0

Autoptimize is a kind of solution. Alternative solution is W3 Total Cache

1
  • Is there a way to do it without plugin? Commented Jan 30, 2017 at 5:26

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.