Hi there,
We have a local (client) machine that runs a php application on windows using apache, the database for this application is on a remote server, which the client machine connects to via the servers ip number and the server accepts the connection from the client via the designated ip address (skip-resolve-address is set in MySql server and no dns addresses are used, only ip).
However, the php application when dealing with the data from the MySql server is still pretty slow. We've tried query cache, but still slow.
When I say slow, I mean page response and reloads take about 5 or 6 seconds. Is this expected from a remote server and using apache as we do for this application? When using a local MySql server the speed is pretty much instantaneous, but we need the remote server!
Also, in testing the remote MySql server with a program such as SQLyog, response to requests are very quick and queries take no time.
How could we go about testing for where the bottleneck is? Could it be apache and php (and where do we start looking for the problem? Local MySql server is nice and fast)?
Any help massively appreciated.
Thanks







Bookmarks