Home » Archive by tag 'PHP'
a_connect on June 20th, 2009

The problem:
What I wanted to do here was find a way of speeding up a query that was run on MySQL database on a different server. Also I’m a big fan of caching generally, especially when the data is only updated once or twice a day.
When I was running the queries directly off the remote [...]

Continue reading about Caching remote MySQL queries with PHP