I am really finding hard to get the PageSpeed insights value for my home page above 80 for 100.
I am using Google cloud storage and set the metadata of Cache-Control (eg: gsutil -h "Cache-Control:public,max-age=3600" cp -a public-read -r html gs://bucket/html ) but in PageSpeed results i am still seeing
Should Fix: Leverage browser caching
I do no how to fix the above issue, as I have set the cache-control to all the files.
Also another suggestion is to :
Eliminate render-blocking JavaScript and CSS in above-the-fold content - I am only using bootstrap.css, main.css(custom css file), jquery.js , how can I eliminate render-blocking of these scripts or files, I tried to inline css ( but it seems to be complicated for maintenance in long run)
Please help !!