I am currently developing a Single Page Application (SPA) and I have encountered an issue with the size of my JavaScript files, which are about 300 KB. Additionally, the web services (.asmx files) that generate jsdebug files add another 350 KB to the bundle, along with the aspx files that contribute 123 KB, making my website quite bulky at over 700 KB.
Could someone provide me with a detailed explanation on how to undergo minimization and gzip compression processes effectively?