vishal singh

vishal singh

  • NA
  • 55
  • 16.2k

How to remove render blocking of webresources.axd

Aug 29 2016 6:24 AM
Hey Guys i want to improve my page speed how can i eliminate render blocking of webresources.axd
 
How can i dot that I have a code but its not working code is 
 
<httpModules>
<add type="ScriptCompressorModule" name="ScriptCompressorModule" />
</httpModules>
<httpHandlers>
<add verb="*" path="*js.axd" type="ScriptCompressorHandler" />
</httpHandlers> 

Answers (2)