Stop paying your jQuery tax
The last script holding in your header is usually jQuery, learn how to move it to your footer and why you should.
Writing about software, performance, Ruby, Discourse, and technology.
The last script holding in your header is usually jQuery, learn how to move it to your footer and why you should.
A common issue many users have with Dapper is the ability to insert records into a database, in this post I cover some options and a solution I developed.
In this post I cover the history, diagnosis and eventual repair of some erratic performance we were experiencing at Stack Overflow.
In this post I outline the process and method we used to optimize routing at Stack Overflow
Using rather simple techniques I practically eliminated all of the spam on this blog, here is a technical explanation
In this post I demonstrate how to extend the ASP.NET error page with additional information about the SQL that failed.
In this post I explain how I ported a rather tricky page to dapper, it highlights usage of a new helper called SqlBuilder, that lives in Dapper.Contrib
Finding views in ASP.NET MVC3 is an often overlooked performance concern.
In this post I work through one method you can use to get controller, view and partial render times in an MVC3 app.
I am very happy to re-announce the MVC mini profiler, used in production at Stack Overflow.