Hi,
I need help to set your speed-booster:
as I learned from your guide:
https://forum.tagdiv.com/how-to-make-the-site-faster/
$ this-> move_js_to_footer (‘FILE-ID’);
$ this-> move_style_to_footer (‘FILE-ID’);
to add on td-speed-booster.php
I can not find the class id of the following links to be able to insert it in
Remove the JavaScript code that blocks the view:
http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js?ver=1.11.1
/wp-content/themes/Newsmag/js/td_site.min.js?ver=1.4
/wp-includes/js/comment-reply.min.js?ver=4.1
Optimize CSS publication of the following:
/wp-content/plugins/js_composer/assets/css/js_composer.css?ver=4.3.5
/wp-content/themes/Newsmag/style.css?ver=1.4
http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,700,400|Open+Sans:400italic,600italic,700italic,400,700,600?ver=1.4
As learned from PageSpeed Google.
Appearance for your feedback about
good job
Orlando
Hi,
All this scripts jquery.min.js / td_site.min.js / comment-reply.min.js and stylesheets also s_composer.css / style.css and fonts are by default moved to the footer when you activate the tagdiv speed booster plugin: http://screencast.com/t/btjgYihJ so you don’t need to add them just make sure you have this plugin active and also check if this happens when by checking the page source.
Thanks
This is LINK to control what I say is true:
Orlando
Hi,
The files mentioned in the test are loaded from CDN: http://screencast.com/t/Q0iIkIob9KyL so please make sure you check this without any plugin active, lave just the Visual Composer active, empty cache/purge files and test again.
If you check your page source then you will noticed that all those files are moved to the footer: http://screencast.com/t/hIHlsCxxYlr
Thanks
Hi,
I disabled the plugin cdn, use plugin W3 cache
But still the same.
Thanks
Orlando
Hi,
The tagdiv speed booster plugin helps you moves the scripts and style sheets to the footer, which it does as the scripts and css files are moved to the footer: http://screencast.com/t/CBZegf9dXiF doing this should also remove the “render-blocking JavaScript and CSS in above-the-fold content” notification from your site’s test which it’s also happening: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fgossip.knews.it%2F&tab=desktop the only file that causes this issue is now the theme’s css file which is left at the top intentionally as moving it to the footer cases issues so is best to leave it at the top despite the speed test notification.
You can also see this “Optimize CSS Delivery” notification on our demo site also: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fdemo.tagdiv.com%2Fnewsmag%2F&tab=desktop
Thanks
Hi Lucian,
I activated TagDiv Speed Buster but nothing changed and no active caching plugin is enabled:
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.tunandroid.com%2F&tab=mobile
Any suggestions?
Best.
Google recently changed their mobile algorithm for checking, and so it has started throwing an error on just about everything from image sizes, to anything not plain text having some kind of render blocking. If you can get your mobile score to 88 or above, you’re good. Below 85 is not as good, below 80 is “bad.”
Be sure to clear your cache as it does work … 🙂
It will move js to bottom but not main CSS which is supposed to be at top or page would flash with no styles first … for any custom plugins stuff you’d have to add those items to the plugin per the theme docs to have the move to bottom.
Luckily a lot of savvy plugin devs are now automatically having option to move stuff to bottom vs putting at top.