15 May 2008 - 2:23 PM / by Dominic Pettifer. 11 Comments for GZip compress your website's HTML/CSS/Script in code.
Cool C# Snippets - Dynamically GZIP compress the HTML response of your website in code, without having to configure IIS directly. Make massive savings on your websites bandwidth.
27 November 2006 - 7:57 PM / by Dominic Pettifer. 4 Comments for Measuring Page Execution Times for ASP.NET Pages.
Technical Article - Someone asked me about the page execution time shown at the bottom of this (and every) page. So I thought I would post an article on how to incorporate a page execution timer in your own ASP.NET pages. It’s fairly simple but requires an understanding of the ASP.NET page life cycle.
Blogged: IHttpModule Gotchas – The Init() Method Can Get Called Multiple Times http://bit.ly/96xioE #aspnet
about 6 hours ago from Echofon@shanselman Give me a free copy of Visual Studio 2010 then! :-)
about 13 hours ago from EchofonRT: @aaronbassett: Guy comes out of the closet - http://bit.ly/aHMg1o - HAHA!! That's hilarious!!
about 17 hours ago from EchofonThis multiple IHttpModule thing has shaken the foundations of my understanding of ASP.NET. I feel a blog post coming.
about 18 hours ago from EchofonI've written the following code to get a pseudo App_StartUp event in my IHttpModule (without relying on Global.asax) http://bit.ly/a2AiNI
about 19 hours ago from Echofon