PHPMyAdmin running very slow over internet but fine locally
- by columbo
I connect to PHPMyAdmin remotely on a Centos server using my local PC via Firefox.
Usually it's fine but today it's really slow (2 minutes to load a page), sometimes timing out.
Other connections to the server are fine. The SSH command line is as fast as ever as is the GNOME dekstop over SSH. In fact on the GNOME desktop I can run PHPMyAdmin locally from its browser and it's as quick as ever (which is a solution to the problem of course).
I've checked the various log files and seen nothing unusual, I've logged into the MySQL command line and the database is running fine without any slowing what so ever.
So it just seems to be slow when I access PHPMyAdmin on the server from the browser on my remote PC (I've tried IE and Firefox, both are slow).
Has anyone experienced this or have any ideas what the issue could be.
Connecting via CLI through tunnel works OK - problem is in phpMyAdmin for sure.
Cheers