Render blocking JS (Request)
-
Would it be possible to get the JS file amazonpolly-public.js moved to the footer or even removed altogether? I can’t help but notice there is nothing in the file. I appreciate it’s a small file but it’s still render-blocking and lighthouse keeps moaning at me about it.
Here’s what in my file:
/** * Additional JS if needed. * * @link amazon.com * @since 1.0.0 * * @package Amazonpolly */ (function( $ ) { 'use strict'; $( document ).ready( function(){ } ); })( jQuery );
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Render blocking JS (Request)’ is closed to new replies.