IMPROVEMENT : ADD async for javascript
-
SUGGESTION
add
asyncto defer loading of JavaScript in order to remove/improve Render-Blocking JavaScriptsas per https://developers.google.com/speed/docs/insights/BlockingJS#deferJS
Fix:
file /bwp-minify/includes/class-bwp-minify.php:2723case 'script': $return = "<script async type='text/javascript' src='" . esc_url($string) . "'></script>\r\n"; break;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘IMPROVEMENT : ADD async for javascript’ is closed to new replies.