Questions tagged as 'defer'

1
answer

About the boolean attribute defer and async vs optimization

The use of async and defer for optimization is a good subject to play when we want pages loaded faster and also without blocking problems. Questions: Using async , if the browser does not support it, it ignores the att...
asked by 10.01.2015 / 21:53
1
answer

Attribute Async and Defer Javascript - Async pause rendering?

I was reading again, about async and defer. I noticed that Async, although loading the script asynchronously, after loading, the HTML is paused to execute the script. Defer would work as an Async, but script execution is done after HTML rende...
asked by 04.06.2018 / 00:54