Sümer Cip
Sümer Cip is currently a Senior Software Engineer at blackfire.io: a company that focuses on producing performance profiling/observability tools for various languages. He is the author of 'Yappi', a thread-aware profiler for Python and contributed to many open source projects in his career.
Twitter: @sumercip
Github: https://github.com/sumerc
Talks
Hunting Performance in Django Code
This talk aims to explain the core concepts/use cases of various profilers in Python/Django world. I will walk over the different types of profilers and the basic use cases for them. The variance in Python Profiling tools we have today can actually be very useful if you know how and when to use them.
Profiling Django & Python apps
It is difficult to improve what is not measurable! Profiling an application should always be the first step in trying to improve its performance. With this workshop, learn how to identify performance issues in your application and adopt the best profiling practices in your daily development habits. This workshop will use the Blackfire.io tool to help you identify performance leaks.