vishal singh

vishal singh

  • NA
  • 55
  • 16.1k

How to eliminate renderblocking of webresources.asd

Aug 30 2016 2:08 AM
Hey guyz please tell me how to remover render blocking of webresource.axd i have a code but its not working for me code given below
  I downloaded the script compressor.cs and put it inside app_code Folder
<system.web>
<httpModules>
<add type="ScriptCompressorModule" name="ScriptCompressorModule" />
</httpModules>
<httpHandlers>
<add verb="*" path="*js.axd" type="ScriptCompressorHandler" />
</httpHandlers>
</system.web>
 

Answers (1)