Hi I followed the instructions to the letter
ran the function and got
registered scripts
admin-bar | /wp-includes/js/admin-bar.min.js
jquery |
tp-tools | https://www.mysite.co.uk/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js
revmin | https://www.mysite.co.uk/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js
wordfenceAJAXjs | https://www.mysite.co.uk/wp-content/plugins/wordfence/js/admin.ajaxWatcher.js
js_files_for_ace | https://www.mysite.co.uk/wp-content/plugins/td-composer/css-live/assets/external/ace/ace.js
js_files_for_ace_ext_language_tools | https://www.mysite.co.uk/wp-content/plugins/td-composer/css-live/assets/external/ace/ext-language_tools.js
js_files_for_live_css | https://www.mysite.co.uk/wp-content/plugins/td-composer/assets/js/js_files_for_live_css.min.js
js_files_for_plugin_live_css | https://www.mysite.co.uk/wp-content/plugins/td-composer/assets/js/js_files_for_plugin_live_css.min.js
td-site-min | https://www.mysite.co.uk/wp-content/themes/Newspaper/js/tagdiv_theme.min.js
comment-reply | /wp-includes/js/comment-reply.min.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
rs-plugin-settings | https://www.mysite.co.uk/wp-content/plugins/revslider/public/assets/css/settings.css
wordfenceAJAXcss | https://www.mysite.co.uk/wp-content/plugins/wordfence/css/wordfenceBox.css
yoast-seo-adminbar | https://www.mysite.co.uk/wp-content/plugins/wordpress-seo/css/dist/adminbar-600.min.css
td_live_css_frontend | https://www.mysite.co.uk/wp-content/plugins/td-composer/css-live/assets/css/td_live_css_frontend.css
google-fonts-style | https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,400italic,600,600italic,700|Roboto:300,400,400italic,500,500italic,700,900
mc4wp-form-basic | https://www.mysite.co.uk/wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css
td-theme | https://www.mysite.co.uk/wp-content/themes/Newspaper/style.css
and added
$this->move_style_to_footer_queue(‘wordfenceAJAXcss’);
$this->move_style_to_footer_queue(‘yoast-seo-adminbar’);
$this->move_style_to_footer_queue(‘td_live_css_frontend’);
$this->move_style_to_footer_queue(‘google-fonts-style’);
$this->move_style_to_footer_queue(‘mc4wp-form-basic’);
$this->move_style_to_footer_queue(‘td-theme’);
$this->move_style_to_footer_queue(‘revmin’);
And
$this->move_js_to_footer(‘jquery’);
$this->move_js_to_footer(‘tp-tools’);
$this->move_js_to_footer(‘revmin’);
$this->move_js_to_footer(‘wordfenceAJAXjs’);
$this->move_js_to_footer(‘js_files_for_ace ‘);
$this->move_js_to_footer(‘js_files_for_ace_ext_language_tools’);
$this->move_js_to_footer(‘js_files_for_live_css’);
$this->move_js_to_footer(‘js_files_for_plugin_live_css’);
$this->move_js_to_footer(‘td-site-min’);
$this->move_js_to_footer(‘comment-reply ‘);
Mobile is getting a worse score and I’m still getting jquery warnings in PS insights
Any ideas?
Hello,
Are you sure speedbooster is active though? Please check: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
You can see in the system status screen if the plugin is active or has been disabled.
Also speedbooster will not be able to move ALL of the css and js to the footer as it will not work with untested plugins.
Thank you!