pondorasti / emojis

Turn your ideas into emojis in seconds. Generate your favorite Slack emojis with just one click.

Home Page:https://emojis.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

external bandwidth limits on Vercel Blob.....

jackgofff opened this issue · comments

Do you recommend leaving Vercel Blob for a different (cheaper) solution? Is caching the issue and/or is a stronger CDN needed?

Tried running this myself:
**- 211 emojis generated

  • 466MB Outgoing Bandwidth 🤯🤯🤯**
image image

Let me know @pondorasti ! 🙏

You can find more details on the Vercel Blob Pricing page. Right now there will be no additional charges on over-usage while the product is in beta.

It's true that this project will kick-in over-usage on additional bandwidth almost immediately. While Vercel Blob will have a premium over S3 and most likely not be as cheap, I expect the upcoming price release to be competitive. At the moment, I have no intention of porting over the project to a different storage provider and I'm happy with Vercel.

Hope this helped, let me know if you have any other questions @jackgofff 🙌

@pondorasti thanks for the reply! I read the Vercel Blob Pricing page but it was mostly general tips.....

I'm using the template you have but not for emojis (for my own fine-tuned Replicate SDXL model on logos).

  • If you don't mind, how much $$$ is the website (with the current amount of traffic) costing you?
  • Could share any strategies (see below) you're implementing to maintain it?
image

( Btw: I sent you an email from fdlstx@skiff.com so feel free to reply back there if this Git Issue is getting too cluttered 😊 )

Sure, here's my Vercel Blob breakdown. Again, I'm not paying anything for over usage at the moment since the product is in beta. I also don't know what the pricing is going to be, so I don't have any estimates for a cost breakdown. It's just the $20 for the Pro plan.

CleanShot 2023-10-12 at 22 33 54

Regarding optimizations, I didn't do much besides immediately disabling image optimizations. After, the first day the bill was already at $630 and immediately disabled them.

CleanShot 2023-10-12 at 22 36 55

Lastly, I pay $59/month for the PS-20 Scaler on PlanetScale. Anything bellow that with my traffic makes the P75 queries really slow and also maxes connection pooling.

CleanShot 2023-10-12 at 22 38 20

Besides disabling image optimizations, I would say not to worry too much about it at least at the beginning of the project. If you are really worried about this stuff just use S3 and call it a day, but the iteration speed with Blob was unbeatable for me.