Upon the initial load of my web application in a browser, it typically takes between 15 to 20 seconds to fully complete loading.
Here is the speed test results for my web application on page speed insights:
https://i.sstatic.net/GMS2E.jpg
- I have optimized by removing any unused JavaScript and redundant code
- To address text compression issues, my application currently generates gzipped .js and .css files based on build results (please advise if there are improvements needed) https://i.sstatic.net/73df1.png
Should I consider setting up webpack for my application or is my current setup sufficient?