Talks
Speakers
Events
Topics
Sign in
Home
Talks
Speakers
Events
Topics
Leaderboard
Use
Analytics
Sign in
Suggest modification to this talk
Title
Description
By, Richard Schneeman Run your app faster, with less RAM and a quicker boot time today. How? With science! In this talk we'll focus on the process of turning performance problems into reproducible bugs we can understand and squash. We'll look at real world use cases where small changes resulted in huge real world performance gains. You'll walk away with concrete and actionable advice to improve the speed of your app, and with the tools to equip your app for a lifetime of speed. Live life in the fast lane, with science!
Date
Summarized using AI?
If this talk's summary was generated by AI, please check this box. A "Summarized using AI" badge will be displayed in the summary tab to indicate that the summary was generated using AI.
Show "Summarized using AI" badge on summary page
Summary
Markdown supported
In the session titled "Speed Science," Richard Schneeman discusses strategies for enhancing application performance through scientific methods. He emphasizes the importance of identifying and reproducing performance issues to address them effectively. The talk takes the audience through several key themes and practical examples to illustrate how minor adjustments can lead to substantial improvements. Key Points Discussed: - **Understanding Bottlenecks**: The first step in optimizing application speed is recognizing the bottlenecks in the system. Schneeman recommends utilizing Application Performance Monitoring (APM) tools to detect these performance issues accurately. - **Utilizing Resources**: By leveraging available resources such as increased CPU power and RAM, developers can create more efficient applications. For instance, using AWS instances with large memory allocations can facilitate faster processing through concurrent execution. - **Real-World Case Studies**: Schneeman shares a real-world example where an application managing large files experienced latency. He highlights how the performance could be improved by examining the types of I/O operations involved, where he discovered that disk I/O issues were the actual bottleneck, rather than CPU constraints. - **Concurrency and Optimization**: Experimenting with multi-threading proved beneficial, although he warned that adding too many threads could lead to diminishing returns. Increasing the concurrency of requests had a dramatic positive effect on the application's throughput. - **Memory Management in Ruby**: As Ruby is a garbage-collected language, understanding memory management is vital for performance tuning. Schneeman discusses the need to minimize unnecessary memory allocation and optimize low-level processes. - **Systematic Approach**: The talk stresses a systematic, scientific approach to testing and optimization. By focusing on benchmarks and performance metrics, developers can better understand the root causes of slowdown and apply appropriate optimizations. In conclusion, Schneeman encourages developers to dedicate time to performance testing and optimization. By adopting a scientific mindset, one can diagnose and resolve slowness effectively to ensure applications operate in the optimal "fast lane."
Suggest modifications
Cancel