This document summarizes an ID meeting on performance optimization that took place on January 13, 2010. It discusses why front-end optimization is important, including better user experience, more traffic and revenue, and reduced costs. It then provides 34 best practices for performance optimization, such as making fewer HTTP requests, using content delivery networks, gzipping components, putting stylesheets at the top and scripts at the bottom of pages. Specific techniques for optimizing CSS are also outlined, like combining CSS files, inlining images, lazy-loading stylesheets, writing efficient CSS with shorthand and inheritance, and minifying CSS.