A web page can load a lot faster and feel faster if the javascripts on the page can be loaded after the visible content has been loaded and multiple javascripts can be batched into one download. This article shows an HTTP module that can parse rendered HTML and collect all SCRIPT tags and combine them on-the-fly delivering them using an HTTP Handler.