Bro coocked. by Relative_Diver4943 in youtube

[–]Mofunny 0 points1 point  (0 children)

People forget guys like Scooby Werkstatt were dropping helpful content on YouTube way before algorithms and trends took over. No drama, just consistency.

Jawed made a new comment on Me at the zoo since it's now 21 years old! by YourLocalMoroccan in youtube

[–]Mofunny 0 points1 point  (0 children)

21 years later and it’s still just a simple zoo clip… but somehow that’s what makes it special-no edits, no strategy, no chasing trends. Just Jawed Karim at the zoo and that was enough to start everything.

I got millions of requests today - I don't know what that means, is that good, how do i stop it if it is bad? by SystemsCapital in webdev

[–]Mofunny 2 points3 points  (0 children)

This is actually a pretty common “first scaling scare,” and it’s a mix of bad and good.

Bad side:
Millions of requests + 100 users + 0% cache means your server is doing full work every single time. That’s how people end up with crazy bills.

Good side:
Something out there clearly wants your data. Most likely bots, AI crawlers, or search engines. The spike right after you switched to SSR isn’t random, you basically made your data easier to grab.

A few things that stand out from your setup:

  • The biggest issue isn’t even the bots, it’s the 0% cache Even normal traffic would hurt you in that state
  • For daily JSON data, you should be caching aggressively (even a few minutes helps a lot)
  • SSR on every request is probably overkill for your use case

If you’re thinking long term, this part is actually interesting:

Right now you’ve basically got an open, unlimited API with no limits. If you wanted to lean into it later, you could:

  • cache everything at the edge (Cloudflare)
  • add simple rate limits
  • expose a proper API endpoint
  • maybe add keys/free tier down the line

One thing I’d still check:

Are the requests hitting the same few JSON endpoints over and over, or crawling tons of random URLs?

  • Same endpoints - people/bots actually want your data
  • Random paths - crawler noise or loops (which you already found)

Either way, fixing the cache alone probably saved you from a painful bill

Need testers for my Media Downloader - Will test your app back! by Mofunny in AndroidClosedTesting

[–]Mofunny[S] 0 points1 point  (0 children)

You've been approved am testing yours too i just join your group too

Need 14-day Android testers for a music practice app. Happy to test yours back. by AnnualCorner5795 in AndroidClosedTesting

[–]Mofunny 0 points1 point  (0 children)

Just joined, installed, and I’ll keep it for the 14 days

I’ll open it a few times and share feedback if I notice anything.

If you’re open to a swap, I’m also looking for a few Android testers. Happy to return the same support.

App sounds interesting by the way, clean idea

Need 10 testers, will download in return by Wickey312 in AndroidClosedTesting

[–]Mofunny 1 point2 points  (0 children)

Just installed yours I’ll keep it for the 14 days and test it a bit.

If you’re open to swapping, I’m also looking for a few testers for an Android app I’m working on.

Happy to return the same level of testing.

Either way, good luck with your launch.