Hello
I have a site built in using DNN 5.0.1 and have fair amount of customization done so far.
I have developed a mobile version of the site but the Google PageSpeed performance is very low.
I have worked on minifying CSS & Javacripts, optimize images, etc.
The main problem seems to be with "Eliminate render-blocking JavaScript and CSS in above-the-fold content". There are ScriptResource.axd or ScriptResource.js , webresource.axd files showing up which I think are generated on run time.
Is there a way to eliminate these files to improve page speed performance?
Thanks