try (also) excluding https://code.jquery.com/jquery-3.2.1.min.js by adding code.jquery.com
to the exclusion list maybe (you have multiple jQueries running)?
yes, version 1.12.4, i added also https://code.jquery.com/jquery-1.12.4.min.js , but it didn’t work
-
This reply was modified 4 years, 4 months ago by
saracomin.
but did you try excluding code.jquery.com
?
OK, now in Autoptimize exclude wp-includes/js/jquery/ui/datepicker.min.js
(or maybe even wp-includes/js/jquery/ui/
).
And in AsyncJS exclude wp-content/themes/jupiterx/lib/admin/assets/lib/webfont/webfont.min.js
(or wp-content/themes/jupiterx/
).
it keeps giving me errors in console
Summarizing for AsyncJS I excluded:
https://code.jquery.com, https://code.jquery.com/jquery-3.2.1.min.js, /wp-includes/js/jquery/jquery.js, https: //code.jquery .com / jquery-1.12.4.min.js, wp-content / themes / jupiterx / lib / admin / assets / lib / webfont / webfont.min.js, wp-content / themes / jupiterx /
For Autoptimize:
wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js, js/jquery/jquery.min.js , /wp-content/themes/jupiterx/lib/admin/assets/lib/webfont/webfont.min.js , https://code.jquery.com/jquery-3.2.1.min.js , /wp-includes/js/jquery/jquery.js , http://code.jquery.com/ , https://code.jquery.com/jquery-1.12.4.min.js , wp-includes/js/jquery/ui/datepicker.min.js , wp-includes/js/jquery/ui/
Yeah, you’ll also have to exclude jquery/ui
from AsyncJS for the datapicker one 🙂
the videojs error is also there when both AO & AsyncJS are not active by the way.