Angular Optimizations #121
Labels
Arduino
Arduino project
enhancement
New feature or request
Optimization
These things can be done to Increase Performance.
Right now the angular generates a single compiled js (main.js) which is large and will take time to load for every page which should not be the scenario.
The Above issue can be fixed by using the Lazy-Loading feature of angular.
Also, we can add Lazy Loading on the images to increase the PageSpeed Insights Score.
The text was updated successfully, but these errors were encountered: