Web performance update (with a small temporary sacrifice)

21/5/2025
Background
I've rolled out a massive internal update to the website, which has resulted in a considerable improvement in performance for both you and the server. Although there is a slight inconvenience, I'm still rebuilding the code related to your accounts, and it's not working right now. I want to clarify that nothing has been lost, but right now only account login and logout work. In the next paragraph, you'll find a boring, technical explanation of the update.
Until today, the website ran on ASP.Net Core with .NET 8 and made significant use of Blazor components. To be honest, I think ASP is a simple framework to use, but let's just say it wasn't the most efficient in the world. After months of thinking about it, I decided to move the code to Blazor Server with .NET 10. Since I had many components already built in Blazor, it wasn't going to be a traumatic change, but it meant making a huge sacrifice to the god of programming: all the account connection code had to be rewritten from scratch. I hope to recover all the account options in the next few weeks. If you need to make any urgent changes, don't hesitate to write to me at admin@pepeizqdeals.com.
While I'm recovering the account options, I'd also like to mention that I've started gathering information on game compatibility with SteamOS, although I can't show it to you yet because I don't have the precise translations of what each number and token in the Steam API means.