Help related to configuring

Posted in: Newsmag
Post count: 4

Hi There

I have set up my website. All ready but there are a few issues when im checking it via google page speed insight.My score is 89 for desktop & 74 for mobile. Can any of your team member, take care of it if i provide the site user id & password in person? I find it complicated.

Post count: 6535

Hi

We have our page speed guide here: https://forum.tagdiv.com/page-speed-guide/ but now we recommend WP Super Cache as cache plugin because it’s more easy to use. Also provide a link so i can test your site.

Thanks!

Post count: 4

Hey i have gone through your pagespeed guide n number of times. But can’t figure out how to get the scores up.

http://www.4resumeformat.in

Please help!!

Post count: 6600

Hi,

Google speed testing tool notifies you of the following css resources which where left on purpose at the top because moving them to the footer can cause issues with the theme: http://screencast.com/t/0P8jKYkdE6n

You can move them by adding the lines to the speed booster plugin:

$this->move_style_to_footer_queue('js_composer_front');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('google_font_open_sans');
$this->move_style_to_footer_queue('google_font_roboto');

This image: http://screencast.com/t/DnvpT9bVf is one of your banners: http://www.4resumeformat.in/wp-content/uploads/2015/07/Resume-writing.png

Regarding the remaining ones: http://screencast.com/t/wFETdrYB3 those can be done manually regarding theme’s css or you can use compression tool which remove space and comments reducing their sizes. I can’t recommend you a tool or a plugin for that because we haven’t tested any and we do not recommend compressing resources but it can be done carefully so you can search solutions online and try to do it yourself.

Thanks for the message!

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