I've got iis7.5 set up serving php pages. Starting yesterday the performance of the php suddenly became much worse. Instead of taking 1 second, or less, to render the page it's now taking close to 5 seconds.
Sql isn't the issue as that's generally taking 1 tenth of a second down to 1 hundredth of a second. The rest of the time is just php doing 'something'
I have been tweaking the IIS settings since it's a new server but I'm not sure what i could have changed that would result in this performance slow down. i was using fastcgi - i tried using isapi also but experience the same slow down.
Anyone have some suggestions as to what i can do to resolve this?
thanks