This document discusses techniques for optimizing frontend performance of web pages. It recommends flushing the document early to allow resources to load in parallel, simplifying CSS selectors to reduce the cost of style matching, and avoiding @import rules which can block parallel downloads in some browsers. Specific examples and techniques are provided for each recommendation along with data on their impact on user experience and website revenue.