- Windows Server 2008 R2 Standard
- IIS 7.5
- PHP 5.3.28
- FastCGI
I have a WordPress blog in a subfolder of an ASP.NET site that has started running very slowly. After experimentation, I've found that all PHP files load slowly, even if they don't have any PHP code inside them to execute. <h1>Hello!</h1>
by itself in a text or HTML file loads quickly, but in a PHP file it takes forever.
PHP is running via FastCGI. All the recommended php.ini settings are set, except for open_basedir
, and setting it via ini_set()
doesn't help.
Answers on similar questions seem to always talk about MySQL, but I seem to have eliminated MySQL from contention here.