From the course: Vue.js: Testing and Debugging

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Running a performance audit

Running a performance audit

- [Instructor] Performance is a big deal in front-end applications. Written statistics have shown that a delay as low as 10 milliseconds can cost sites to lose traffic. So, how do you measure performance of a vue.js application? How do you track down performance bottlenecks in order to fix them? Fortunately, Chrome Developer Tools compounded with tools for measuring the performance of an application. These tools can help you track down performance bottlenecks and detect areas to improve on. Go ahead and open the Developer Tools in Chrome and switch to the performance tab. We'll be running a performance audit on the login process to analyze its run-time performance. Run-time performance is how your page performs when it is running as opposed to loading. To achieve this, click on the record button which is the gray circle on the performance tab. Ensure that the screenshots option is checked and enter your login…

Contents