We are on newspaper v7.4 with latest visual composer and later mobile theme activated….
can we do any thing for Eliminate render-blocking JavaScript and CSS in above-the-fold content
Hello,
Please follow this guide to increase page speed and remove render blocking js and css: https://forum.tagdiv.com/search/faster/
Also please follow this topic on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!
I followed the tutorial and done this but no help…
You can check the all CSS for the desktop and they are on this URL:
Now, you see the last 4 lines we had added for the last 4 CSS but no help…
function css_mover() {
//if ($this->td_theme_name == ‘Newspaper’) { }
// wp 011 – Newspaper 6
$this->move_style_to_footer_queue(‘bbp-default-bbpress’); //bbpress old
$this->move_style_to_footer_queue(‘bbp-default’); // bbpress
$this->move_style_to_footer_queue(‘contact-form-7’);
$this->move_style_to_footer_queue(‘google_font_open_sans’);
$this->move_style_to_footer_queue(‘google_font_roboto’);
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘td-theme’);
Try this page instead of above…
-
This reply was modified 9 years by
lethow. Reason: wrong URL
Hello lethow,
I’ve checked your site again with google page speed tool and the render blocking resources are reported only for mobile devices, even if they are loaded in footer: http://screencast.com/t/y6zfRLvV
Google is very restrictive when it comes about mobile page speed and some things may be interpreted different than for the desktop. The Speed Booster plugin does its job and moves those scripts at page’s bottom but it can’t change how google generate the reports. We know about this situation and indeed it’s very strange but we can’t do much about it. The theme and plugins control only page’s HTML, not google’s algorithm in page speed regard.
Thanks for your understanding!