I followed the documentation regarding the speed booster plugin:
https://forum.tagdiv.com/how-to-make-the-site-faster/
Now I noticed google detecting 5 scripts
…-includes/js/jquery/jquery.js?ver=1.11.1
…s/jquery/jquery-migrate.min.js?ver=1.2.1
…mepunch.tools.min.js?rev=4.6.0&ver=4.0.1
…ch.revolution.min.js?rev=4.6.0&ver=4.0.1
…cator/external-tracking.min.js?ver=6.4.8
So let’s check the script in functions.php:
registered scripts<br>
admin-bar | /wp-includes/js/admin-bar.min.js<br>
contact-form-7 | http://www.wordpressinside.info/wp-content/plugins/contact-form-7/includes/js/scripts.js<br>jquery | <br>
tp-tools | http://www.wordpressinside.info/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0<br>
revmin | http://www.wordpressinside.info/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?rev=4.6.0<br>
td-external | http://www.wordpressinside.info/wp-content/themes/Newspaper/js/td_external.js<br>
td-site-min | http://www.wordpressinside.info/wp-content/themes/Newspaper/js/min/site.min.js<br>registered styles<br>
admin-bar | /wp-includes/css/admin-bar.min.css<br>contact-form-7 | <br>
rs-plugin-settings | http://www.wordpressinside.info/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.6.0<br>
boxes | http://www.wordpressinside.info/wp-content/plugins/wordpress-seo/css/adminbar.min.css<br>google-font-rest | <br>
td-bootstrap | <br>td-theme | <br>js_composer_front | <br>js_composer_custom_css | http://www.wordpressinside.info/wp-content/uploads/js_composer/custom.css<br>
Two I could find: epunch.tools.m and evolution.min. So I end up with revmin and tp-tools.
However by default this is already in the plugin
$this->move_js_to_footer('revmin');
So for some reason my plugin is not working :(.
Any suggestions?
-
This topic was modified 11 years by
Magistar.
Hi,
Than dose not mean that the plugin doesn’t work, it dose work as I have noticed that most of the theme js and css is located at the bottom and this is happening because when using using rev slider plugin the jQuery js isn’t moved at the footer, this is set by the plugin: http://screencast.com/t/RKRJBE6d
I suggest you should also follow this topics to find more info about this and also different solutions regarding issue that you may encounter while searching for “How to get the best pagespeed score”:
* https://forum.tagdiv.com/topic/can-i-add-plugins-css-to-footer/#post-6348
* https://forum.tagdiv.com/topic/pagespeed/
Hope this helps!
Thanks