WordPress Optimization
This presentation discusses optimizing WordPress sites for speed and performance. There are many layers that can be optimized including:
1. Front-end optimizations like using a CDN, image compression, browser caching, and minifying CSS and JavaScript.
2. Optimizing the theme and plugins by removing unused code and plugins, updating WordPress core, and ensuring good coding practices.
3. Back-end optimizations like caching pages and objects, using a reverse proxy, optimizing the database, and ensuring a fast web and database server.
The presenter provides many specific techniques and tools to optimize at each level like W3 Total Cache, Nginx, Memcached, and MySQL