I have tested my page on Google PageSpeed Insights and It keeps saying "Eliminate render-blocking JavaScript and CSS in above-the-fold content"
It says I have 17 blocking scripts and 11 blocking CSS resources.
I have tried moving all of the JS to the bottom of the page to load it last however Google is still saying I have render-blocking JS...
Does anyone know how I can solve this?
Thank you in advance for any help.
Same goes for the javascript. Include the "must have code" inline and load the "nice to have code" on page load, so just moving all javascript to the end of your html isn't necessarily a solution. Instead, you might want to search the javascript if there are things in there that are required for initial page-layout.. Was just trying to help (especially since there isn't any refactored code you are sharing for your specific case..).