filmov
tv
Debugging Performance in Python and Django applications

Показать описание
Performance is a feature of any application. It should be tested and cared for like any feature. Using the right tools to understand how code consumes resources, and how to match a given performance budget is key. That discipline can become seamless, from development to test/staging and production. This workshop will give tips and tricks to master performance optimization on an example Django application.