Caching, Optimisation, Scaling big

I want to talk mainly about caching within the code, for example usage of the wp_cache_* functions (in-memory caching) and caching using transients (persistent caching) and also as well as server optimization for scaling and load balancing with two web servers and separate database server.

Speaker