By Jason Wells on Thursday, 17 May 2018
Posted in General
Replies 5
Likes 0
Views 3.1K
Votes 0
Ok. I am trying to get some freelance work done on the site to improve page loading speed. From one of the page test pages reports:

Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 15 blocking script resources and 9 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.

The dev says:
there is js and css rendering issue
generally js an css are included in header and footer for all pages
and header and footer is common for all pages
can you please ask location of header and footer file
May i know which online optimise page tool you using?
·
Thursday, 17 May 2018 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·
https://gtmetrix.com/reports/www.riskoracle.com/bbQ4nWIQ then have installed jch optimize

Also ran it through google dev tools and lighthouse audit
·
Thursday, 17 May 2018 12:44
·
0 Likes
·
0 Votes
·
0 Comments
·
I would said different online optimise pagespeed tool got their own algorithm, and most of them always gives a lot of false impression that your site is slow.

If you check on Google pagespeed tool, the optimisation result seems better. The best way to get better results from Pagespeed is to install mod_pagespeed for your web server and enable pagespeed to compress scripts and css on your site.

After enabled Gzip compression from backend, it will reduces the file size of all scripts and css files being rendered on the page.

You can read more about mod_pagespeed from https://developers.google.com/speed/pagespeed/module/

Hope this will help much you here.
·
Thursday, 17 May 2018 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post