The document summarizes the results of performance benchmarks testing various PHP runtime environments and configurations for optimizing Drupal performance. Key findings include: - Zend Server with full page caching provided the best performance with 988 requests per second on Linux and 624 requests per second on Windows. - Bytecode caching (APC, WinCache, Zend Server Optimizer+) improved performance by over 300% compared to plain PHP. Additional caching like shared memory provided further gains. - On Linux with aggressive Drupal caching, Zend Server with shared memory caching achieved the highest requests per second at 891. On Windows, Zend Server with shared memory achieved 584 requests per second.