I have an EE site I am working on locally using a remote MySQL database. The connection is fast when using an application like Navicat to manage the database, but when accessing the site with EE, it is very slow.
For example, If I load the main edit page in the admin from the live site, it loads very quick - Script executed in 0.2700 seconds 38 SQL queries used. If I load the same page using my local EE version with the remote DB, it takes a lot longer - Script executed in 11.9361 seconds 38 SQL queries used.
I have full access to the server, so I can make any adjustments needed. Does anyone have any suggestions for speeding things up?