I've setup a php script on a brand new computer that is quite fast. It uses IIS, php and Mysql. The php script was initially on the website server for the company, but we've decided to keep it local for many reasons, one of which was that I expecting the php script to run faster on the localhost. It in fact runs even slower. So my question: is there a way to get IIS to speed up. I am guessing this is either an issue with IIS or perhaps with it taking a long time to establish a connect to the mysql server that is also running locally. Has anyone had similar problems?
might as well check first the coding and then check your resources and looks for application that hogs.
Hi, Are you getting any error message or any warning message in your Event Viewer Application Section. You could try creating a seperate pool for your website, eventhough its not necessary in php-mysql site it wont do any harm Regards Ciril