I am developing a music-sharing app using Django and React. My problem is that on the home page, I could very well have up to 100 different songs, with each audio file being around 40 MB. This of course causes performance issues, and I don’t know how to solve them. At the moment I am using Google Cloud storage for hosting audio files, should I switch to something else? Is the issue even in Google Cloud? I am new to handling a growing amount of data on the website so all suggestions are welcome. Thank you!