Hi,
i followed all the step given here to increase google page speed as you said in help guid.
1. Image optimization – Smush.it
2. speed plugin function code,
$this->move_js_to_footer(‘common’);
$this->move_js_to_footer(‘admin-bar’);
$this->move_js_to_footer(‘dashboard’);
$this->move_js_to_footer(‘customize-loader’);
$this->move_js_to_footer(‘plugin-install’);
$this->move_js_to_footer(‘media-upload’);
$this->move_js_to_footer(‘thickbox’);
$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(‘wpseo-admin-global-script’);
$this->move_js_to_footer(‘td-wp-admin-general’);
$this->move_js_to_footer(‘td-wp-admin-panel-js’);
$this->move_js_to_footer(‘dashboard_script’);$this->move_style_to_footer(‘admin-bar’);
$this->move_style_to_footer(‘thickbox’);
$this->move_style_to_footer(‘colors’);
$this->move_style_to_footer(‘wp-auth-check’);
$this->move_style_to_footer(‘google-font-ubuntu’);
$this->move_style_to_footer(‘wp-color-picker’);
$this->move_style_to_footer(‘wpalchemy-metabox’);
Please test this link on Google page inside: test website on Google page speed
Mobile score: 43 out of 100
Desktop: 50 out of 100
Please help us..kindly because score is very poor.
-
This topic was modified 11 years by
howtoisolve. Reason: link not appear
Hi,
According to this PageSpeed test: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.howtoisolve.com&tab=desktop you still need to optimize images. For this you can find more info here: https://developers.google.com/speed/docs/insights/OptimizeImages
And also noticed that this js files appear in the test as blocking js: http://screencast.com/t/2SfcQpo4B2ld Please mote that the jQuery isn’t moved at the bottom of the page if used with rev slider.
You can also follow this topic to find out how others fixed their issues regarding pagespeed: https://forum.tagdiv.com/topic/pagespeed/
I see you use a cdn hosting service so make sure you purge files after any change as the old file content may be loaded and generate issues.
Thanks
Sir,
i can’t find jQuery file ID. when i save code in function file as defined in tagdiv speed performance.
Please guide me, in brief if possible.
Thank you!!
Hi,
If you also use the revolution slider plugin you should not consider moving jquery js to the footer as this could cause errors. If you don’t use rev slider plugin only disabling the rev slider plugins will automatically move jquery js to the footer and you don’t need to manually do it.
Thanks
Thanks for such helping guide, Lucian
Amazing, Thanks, very helpful for me So, personally thanks!!
Please help me solve this blocking CSS, i hope you will help as possible.
i clarify that i removed all the code (footer css code got through your tagdiv speed optimization techniques) from speed plugin function code. from my website.
after that i getting blocking error from Google page speed insider
http://isolve.isolve.netdna-cdn.com/…uploads/js_composer/custom.css?ver=4.3.4
http://isolve.isolve.netdna-cdn.com/…t-form-7/includes/css/styles.css?ver=4.5
http://isolve.isolve.netdna-cdn.com/…ernal/bootstrap/td-bootstrap.css?ver=4.5
http://isolve.isolve.netdna-cdn.com/…themes/Newspaper-child/style.css?ver=4.5
http://isolve.isolve.netdna-cdn.com/wp-content/themes/Newspaper/style.css
after tried on different ways, i failed please help me!!
-
This reply was modified 11 years by
howtoisolve.
-
This reply was modified 11 years by
howtoisolve.
@howtoisolve All this css files are moved automatically by the speed booster plugin to the footer when active. Noticed that are also loaded from CDN so you should consider emptying cache and purging files.
Thanks