Ok, it seems like 7.4 caused some problems. I managed to fix the game upload but I didn't test the register system, which turned out to be broken. The error it caused led me to think it has more to do with laravel internals instead of something that I had done or could fix. So, back to version 7.2. The upside is that I didn't notice any performance increase between 7.2 and 7.4 and as I mentioned I made some changes to how Javascript is loaded.
Which means that we have had a speed increase due to how the Javascript is now loaded and something I hadn't mentioned was integrating a laravel caching system for users who are not logged in. It seems to bring down the time to first byte.
So if you have experienced any problems over the past day then they should all be fixed.
Thanks,
-iDev
TylerCode Commented:
Gotta love PHP man. (As an aside, I really did like PHP and I really don't get to work with it at all since most web stuff I do these days is React)