Tech
Forums
Jobs
Books
Events
Videos
Conference
Annual Conference
Bcrypt
Ai Conference
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
How to remove render blocking of webresources.axd
Ask a question
Ask a question
Upload Source Code:
Select only zip and rar file.
vishal singh
8y
1.2k
1
Reply
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>
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to change sort order in a listview/gridview in WPF
How to create a master page in ASP.net