Necuno
Court Jester
- Joined
- Sep 27, 2005
- Messages
- 58,566
- Reaction score
- 3,437
I've been looking at ways to decrease the overall page weight of pages being served, but only part I have not changed is the dynamic scripts, styles and *Resource.AXD links.
Now having looked at the options I see that most implementations for asp.net is to write up a handler and module which would rewrite the head to make a single call which the handler interpret and sends back a minified and compressed js/css.
Other method is obviously aptimize, but I'd stay from that route if possible. I've played around with the module and handler, but it doesn't rewrite the head. Then the handler I'm not exactly sure how to get the js/css and return the result.
Any help would be appreciated.
Now having looked at the options I see that most implementations for asp.net is to write up a handler and module which would rewrite the head to make a single call which the handler interpret and sends back a minified and compressed js/css.
Other method is obviously aptimize, but I'd stay from that route if possible. I've played around with the module and handler, but it doesn't rewrite the head. Then the handler I'm not exactly sure how to get the js/css and return the result.
Any help would be appreciated.