Optimising for faster page loads is just one part of providing users with a great web experience. For the complete and perfect experience, the web application has to be fast, reliable and performant at both load and run times.
In this session, we'll learn about tools and strategies to identify and fix common problems that slow down runtime performance.
We'll learn how to speed up JavaScript execution, the best practices to writing code that does not introduce performance bottlenecks, and most importantly how to profile and get rid of runtime performance issues from our web applications.