Sunday, March 11, 2012

Combine .js/.css/.axd files to reduce HTTP requests

Hi For Generic Js and CSS Files you can try this:

http://geekswithblogs.net/rashid/archive/2007/07/25/Combine-Multiple-JavaScript-and-CSS-Files-and-Remove-Overheads.aspx
http://geekswithblogs.net/rashid/archive/2007/07/29/Implement-Yahoos-YSlow-in-your-Asp.net-pages.aspx


Thanks for the reply, KaziManzurRashid. I'm just wondering, is it possible for the ToolkitScriptManager to handle the .css/.js combination that was mentioned through various app settings, or would I have to process the information through my own HttpHandler?


Hi,

As far as I know, ToolkitScriptManager isn't that powerful yet. You need to implement your own HttpHandler.


Thank you very much for the responses, it helps out alot.

No comments:

Post a Comment