Hi,
Referring to the your document “How to make the site faster”, I was able to improve the pagespeed, but I’m unable to achieve this step “Remove render blocking css/js – using the TagDiv Speed Boosterplugin (Advanced Users)”
I’ve done exactly what have documented.
I’m having this kind of errors:
http://www.deepciel.com/wp-includes/js/jquery/jquery.js?ver=1.11.1
http://www.deepciel.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
http://www.deepciel.com/wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.tools.min.js?rev=4.6.0&ver=4.0
http://www.deepciel.com/wp-content/plugins/global-gallery/css/custom.css?ver=4.0
http://www.deepciel.com/wp-content/plugins/global-gallery/css/frontend.css
http://www.deepciel.com/wp-content/plugins/global-gallery/js/jquery.galleria/themes/ggallery/galleria.ggallery_minimal.css
http://www.deepciel.com/wp-content/plugins/global-gallery/js/lightboxes/lcweb.lightbox/lcweb.lightbox.css?ver=4.0
http://www.deepciel.com/wp-content/plugins/open-social/images/os.css?ver=4.0
http://www.deepciel.com/wp-content/plugins/revslider/rs-plugin/css/settings.css?rev=4.6.0&ver=4.0
http://www.deepciel.com/wp-content/uploads/js_composer/custom.css?ver=4.3.4
Here’s the code that I’ve added in my td-speed-booster.php
$this->move_js_to_footer(‘jquery’);
$this->move_js_to_footer(‘jquery-ui-slider’);
$this->move_js_to_footer(‘jquery-ui-sortable ’);
$this->move_js_to_footer(‘jquery-ui-tabs’);
$this->move_js_to_footer(‘media-upload’);
$this->move_js_to_footer(‘common’);
$this->move_js_to_footer(‘thickbox’);
$this->move_js_to_footer(‘admin-bar’);
$this->move_js_to_footer(‘utils’);
$this->move_js_to_footer(‘svg-painter’);
$this->move_js_to_footer(‘wp-auth-check’);
$this->move_js_to_footer(‘ewwwbulkscript’);
$this->move_js_to_footer(‘td-wp-admin-panel-js’);
$this->move_style_to_footer(‘gg_admin’);
$this->move_style_to_footer(‘lcwp-chosen-style’);
$this->move_style_to_footer(‘lcwp-ip-checks’);
$this->move_style_to_footer(‘lcwp-ui-theme’);
$this->move_style_to_footer(‘gg-colpick’);
$this->move_style_to_footer(‘gg-fancybox’);
$this->move_style_to_footer(‘thickbox’);
$this->move_style_to_footer(‘admin-bar’);
$this->move_style_to_footer(‘ie’);
$this->move_style_to_footer(‘open_social_css’);
$this->move_style_to_footer(‘td-wp-admin-td-panel-2’);
$this->move_style_to_footer(‘wp-color-picker’);
$this->move_style_to_footer(‘wpalchemy-metabox’);
There are almost all of the codes that I found in Step 4.2
Please assist.
Hi,
Please deactivate all plugins then use this guide and based on id’s to move js/css to the footer as this guide doesn’t guarantee that this will work for all js/css added by other plugins.
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
