480mb? Yikes, that sounds like one of those monsters that embed node.js or the Chromium engine (Electron, CEF, etc). In that case, switching technologies would provide massive gains.
If your UHS-1 card reads at the faster stated 104 mb/s speed, a SSD won't help - the loading is cpu-bound. There are some ways to hack things for faster loading, depending on the file layout - say there's a read-only dir with several thousand js files, that only one extension adds files to. Instead of having it as-is in the extension, the extension would have just the empty dir, its contents as a separate squashfs archive, and the startup script would mount it. This approach has been used for very large things like libreoffice to speed up boot (in a custom setup).
However, the big gains would not come from tricks like that, but from changing tech and reducing the footprint.