Application Performance with Jonathan Klein
On this weeks episode we are joined by Jonathan Klein to discuss all things application performance. We start off the show with chat about how he got into performance, why it is so important and how he thinks of it throughout the development process. From here we discuss his recently released Pluralsight course on ‘High Performance PHP’ and touch upon some of the key performance areas within the stack. Starting with micro-optimisations at the code level, we highlight their value and caching mechanisms. We then move onto the web server, process managers and the importance of a correct configuration. The Database layer is then brought up, discussing forks of MySQL, handling slow-queries and data-denormalizations. Finally, profiling and monitoring tools are discussed (such as New Relic and Seige) and where you can typically find the most wins within a typical stack.
Show Links
- Jonathan Klein
- Jonathan Klein on Twitter
- Jonathan Klein on GitHub
- Jonathan Klein - Talks
- High Performance PHP - Pluralsight
- GitHub - etsy/feature: Etsy’s Feature flagging API used for operational rampups and A/B testing.
- Feature Toggles
- Premature Optimization
- PHPBench
- Firefox and Page Load Speed - Blog of Metrics
- XHProf
- Application performance management
- New Relic
- Two Hard Things
- memcached - a distributed memory object caching system
- Redis
- Cache-Aside Pattern
- Nginx
- Performance of Apache 2.4 with the event MPM compared to Nginx
- Serving static files: a comparison between Apache, Nginx, Varnish and G-WAN
- PHP-FPM
- Atomic deploys at Etsy
- Varnish HTTP Cache
- Edge Side Includes
- Percona Server - Feature Comparison
- Performance evaluation of MariaDB 10.1 and MySQL 5.7
- Siege