Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 10.2
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
If issue related with ABP Framework
- What is ABP Framework version?
If issue is about UI
Hi, I've tested with google https://developers.google.com/speed/pagespeed/ the page speed - just of the login page - and got 16 from 100 points. I'm wondering how to fasten up the speed - these where some recomendations. Any hints?
You can reduce unused JavaScript and defer loading scripts until they are needed to reduce data consumption due to network activity. More informationLCP URL
Transfer size
Possible savings /main-es2015.e9b116f....js(<myURL>.com)
1,144.8 KiB
892.2 KiB /8-es2015.f0c553f....js(<myURL>.com)
634.4 KiB
592.8 KiB /16-es2015.2b11d70….js(<myURL>.de)
834.6 KiB
560.1 KiB /scripts.f76b825....js(<myURL>.com)
216.9 KiB
105.8 KiB /1-es2015.fc5e100....js(<myURL>.com)
112.0 KiB
88.3 KiB /17-es2015.21960b5….js(<myURL>.de)
74.7 KiB
57,5 KiB
1 Answer(s)
-
0
Hi @olmy90
You can try https://github.com/webpack-contrib/webpack-bundle-analyzer, detect the packages you don't use and remove them from your app. This will reduce some of the bundle sizes.