The PHP website I inherited running on IIS is very slow. I started looking into the issue and found out the original developer did not believe in indexes. I captured the sql statements and ran them through EXPLAIN to see if they were hitting anything. Performance increased after adding some indices.
Besides indices, are there some basic things I can do to increase website performance for PHP, IIS or MySQL?