Using memcached with PHP4…
We finally managed to upgrade our server cluster to a newer PHP4 version and have also installed memcached.
You should see some significant faster loading pages. However, we have not yet changed most of the slow MySQL statements, but I am on it
Just a short note: memcached is available as a pear package, if you want to use it and it is totally simple to install. Once you put objects into the cache, your machine starts to fly…

