This article talks about two important techniques, Debouncing and Throttling, to enhance your website performance. Learn about both concepts with the help of real-life examples and see how you can implement them yourself.
Measuring the performance of JavaScript web applications is an important way to give your users the speed they expect. We'll discuss a few Chrome DevTools that can help us measure the performance of our applications.
This post looks at nine tips for improving the performance of your Azure App Service hosted applications. Some of these tips are simple configuration changes you can make today, while other tips may require some redesign and refactoring of your application.
React is an awesome framework for frontend development. In this article, we'll learn how to profile the performance of React applications using React Profiler. We'll learn how to leverage the features offered by React Profiler to discover performance issues in our apps.
In this post we demonstrate how to utilize console.time and performance.mark to monitor times and processes in Chrome Dev Tools, and also take into account how the two features compare.