JavaScript and Jquery files
-
I’m trying to speed up my theme by reducing the number of render-blocking JavaScript files. Two of them that are showing up are from my /wp-includes folder and they are:
jquery/jquery-migrate.min.js?ver=1.2.1
js/json2.min.js?ver=2011-02-23The others are from the theme’s library folder. I’ve tried a plugin which loads Javascript asynchronously but then I lost some frontend functionally.
So I’ve installed your plugin but as far as I can see, it only adds another script to the render blocking list:
http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
Any advice? Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘JavaScript and Jquery files’ is closed to new replies.