The document discusses several techniques for optimizing web page performance including: 1. Using CSS shorthand properties to reduce code and specify font styles concisely. 2. Applying multiple classes to an element to combine styles from different classes. 3. Creating CSS sprites to reduce HTTP requests by combining images into a single file. 4. A few other techniques like cross-browser opacity, text wrapping, and Google web fonts.