Salesforce Apex debug log analyzer for Visual Studio Code - Visualize code execution via a Flame chart and identify performance and SOQL/DML problems via Method and Database analysis
Use dynamic import and code splitting to load larger dependencies only when needed .
Improves performance by reducing the amount of JS that is loaded and parsed at the start.
Type of change (check all applicable)
[ ] 🐛 Bug fix
[ ] ✨ New feature
[ ] ♻️ Refactor
[X] ⚡ Performance Improvement
[ ] 📝 Documentation
[ ] 🔧 Chore
[ ] 💥 Breaking change
[optional] Any images / gifs / video
Related Tickets & Documents
Related Issue #
fixes #
resolves #
closes #
Added tests?
[ ] 👍 yes
[X] 🙅 no, not needed
[ ] 🙋 no, I need help
Added to documentation?
[ ] 🔖 README.md
[X] 🔖 CHANGELOG.md
[ ] 📖 help site
[ ] 🙅 not needed
[optional] Are there any post-deployment tasks we need to perform?
Description
Use dynamic import and code splitting to load larger dependencies only when needed . Improves performance by reducing the amount of JS that is loaded and parsed at the start.
Type of change (check all applicable)
[optional] Any images / gifs / video
Related Tickets & Documents
Related Issue # fixes # resolves # closes #
Added tests?
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?