While developing any application is never “easy,” web applications in particular have their own set of issues and challenges. When it comes to web applications, problems can arise from a variety of sources. The user environment, internet speed, machine performance limitations, remote server availability, and even browsers with different behaviors are some of the most […]
No Comments Read moreEasily Debug Javascript Ext JS Apps With This Powerful Tool
Performance Optimization for Layout Runs
If an Ext JS app starts to show performance issues, it’s often network limitations (bandwidth and latency), device memory/storage limitations, or layout / rendering issues. In this article, you’ll learn how to optimize the layout and rendering process of Ext JS Classic Toolkit applications, known as a Layout Run, by using Sencha Inspector or Google Chrome Console.
10 Comments Read more