Performance
There are a few settings and techniques that can help you to improve application performance.
Only enable debug mode for users who are actively debugging JavaScript. Salesforce is slower for users who have debug mode enabled.
-
There are a few Setup settings that can help you to improve application performance.
-
A few common performance anti-patterns in code prompt the framework to log warning messages to the browser console. Fix the warning messages to speed up your components!
See Also