I'm having a bit of a response time issue with my PHP/MySQL site. When you access pages with DB connections, the response time is really slow. I've run DB queries in SQLyog and the response time there is great.
Currently running the following:
Windows 2003 Server SP2
Apache 2.0.55
PHP 5.2.3
MySQL 5.0.45
HP Proliant ML 370 G4
Dual Xeon 3.4GHz
4GB Ram
I use the server to store some drive images too, but there's really nothing else running on it but the site. Accessing the site from the server itself is slow as well.
I have the exact same setup on my laptop as a development environment, and it runs considerably faster when accessed over the network. Just to test it out, I set it up on a Linux box(Ubuntu 7.10, Single P4 2.66GHz, 512MB Ram on an IBM desktop PC) and the pages load in about 1/4th the time.
Any ideas on what would slow it down under Windows, besides Windows?