Modern application development involves multiple environments where different states of the code live. The production environment is where the most stable version run, while the staging and development environments host on-going developments. We’ll see how we can continuously profile each environments and how we can catch performance issues before they impact the production system.