June 20, 2010 The n+1 selects problem.. How time complexity increases if we arbitrarily nest calls #performance #O(n) #architecture #design
May 18, 2010 App Optimization - Asynchronous Pre-fetching Strategies optimization of an application by incorporating pre-fetching of anticipated future calls #pre-fetching #performance #optimization #caching
May 5, 2010 Application Optimization - Design in Retrospect A retrospective look at design based on performance problems #performance #design #retrospective
April 29, 2010 Perf Analysis - Browser Caches & Response Code 304 On caching in the browser. When to send response code 304 #performance #code-304 #caching
April 28, 2010 Perf Analysis - Web Layer & Browser Browser level performance optimization #performance #browser #web
April 24, 2010 Performance Analysis of a web application Performance analysis of a web app and some solutions #performance #web #browser
February 8, 2008 Java & Performance Performance considerations in Java Garbage collection #java #performance