Getting started:
About the site:
About the optimizations:
About the warnings:
Alex Songe mentioned on the google tech talk discussion page that using the working directory is quicker than leaving path names relative.

Here's an example:
Original: include('file.php');
New: include('./file.php');