== Caching ==
Caching can have a great effect on performance. There is server-side caching with caching servers like [[Memcache]], Application caches like [[PHP Accelerator|APC]], Database server caching, and also client-side caching when you configure the web server to set 'expiry' headers on static content so that the browser uses it's local cache instead of requesting (old) elements from the server on each request.
== CDN ==