Eliminate render-blocking JavaScript and CSS

Posted in: Newsmag
Post count: 59

Your page has 2 blocking script resources and 3 blocking CSS resources. This causes a delay in rendering your page.
Remove render-blocking JavaScript:
http://healthills.com/…-includes/js/jquery/jquery.js?ver=1.11.3
http://healthills.com/…s/jquery/jquery-migrate.min.js?ver=1.2.1

Optimize CSS Delivery of the following:
http://healthills.com/…m-7-0311a9d5ee054a2992867be88d6015f3.css
http://fonts.googleapis.com/…n+Sans%3A300%2C400%2C600%2C700&ver=4.3.1
http://fonts.googleapis.com/…%2C700italic%2C400%2C300%2C700&ver=4.3.1

How can I remove Them? Thanks!

Post count: 9544

You can’t optimize fonts loaded from Google unless you want to hack that per my optimization sticky to load the CSS locally.

For your local CSS and JS you can minify that locally also.

For the jquery stuff, you would need to manually add that to the booster plugin per the theme docs. Tagdiv will likely have better answer on Monday 🙂

Post count: 6535

Hi

You can use the speed booster plugin to move this resources at page bottom, for more information please check our page speed guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ Note that from Speed Booster V 4.1 the move_style_to_footer function was renamed to move_style_to_footer_queue so the code should be like here:

$this->move_style_to_footer_queue(‘your file id’);

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.