Please sign in to access this page
Optimized the /explore page down from 850mb, 1600 requests and 45s per load down to a initial 6mb, 110 request and 0.41s load speed.
See https://hackclub.slack.com/archives/C0C78SG9L/p1750298284488619 for my initial discoveries
Bob
Check their projects out: Blackjack, Custom Homepage, Typehere++
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
worked on fixing stealing cyao's stars. Found out it was purely a visual issue, optimized some other stuff too
Optimized the /explore page by reducing N+1 queries and cut down on the rendering times by paginating and sorting the entries in DB instead of in memory.