What would this have costed had they used render or railway? Maybe, what, $200 a month? Vercel's pricing is so ridiculously convoluted that you can't even cleanly compare usage. With render/railway/(insert provider of choice) you can at least predict that you're your biggest cost is going to be egress. edit: I just saw that it gets 450m pageviews. I'm guessing on the upper end this costs ~$1k with railway + cloudflar…
Railway is getting so good I'm not sure what Vercel brings to the party anyway.
Vercel's CEO offers to cover expenses of 'Jmail'
131–140 of 210 posts
Re: Vercel's CEO offers to cover expenses of 'Jmail'
#132The post said 450 million pageviews, likely since November. If we make very generous assumptions and assume that each pageview is a megabyte (very generous based on my own experience scanning billions of websites), then that's 450TB total in traffic. If you really did 450TB per month in traffic, you would need slightly more than one gigabit line (and hence VPS), but not more than two. With Hetzner the traffic would c…
Well, https://jmail.world/jacebook-logo.png is 670KB by itself and loaded on initial load, so I think they might have blown your suggested traffic budget and still have some optimization to do.
Edit: dang, even pngcrush can't get it below 580 KB. Disappointing performance on PNG's part.
Re: Vercel's CEO offers to cover expenses of 'Jmail'
#133Earlier quoted context omitted.
Why not bare-cloud? Esp with AI... in 10min or less an agent can deploy almost any stack to an optimal AWS setup for a fraction of the cost of any platform.
Try it out. Implementation is always harder than conjecture
Re: Vercel's CEO offers to cover expenses of 'Jmail'
#134Earlier quoted context omitted.
Why not bare-cloud? Esp with AI... in 10min or less an agent can deploy almost any stack to an optimal AWS setup for a fraction of the cost of any platform.
AWS is still expensive as fuck, just go for a VPS or dedicated server at that point
Re: Vercel's CEO offers to cover expenses of 'Jmail'
#135What would this have costed had they used render or railway? Maybe, what, $200 a month? Vercel's pricing is so ridiculously convoluted that you can't even cleanly compare usage. With render/railway/(insert provider of choice) you can at least predict that you're your biggest cost is going to be egress. edit: I just saw that it gets 450m pageviews. I'm guessing on the upper end this costs ~$1k with railway + cloudflar…
if they had used hetzner Cloud servers, probably like 500 a month lol
Re: Vercel's CEO offers to cover expenses of 'Jmail'
#136you may find it useful to check on costs (among other useful stuff like widgets)
Re: Vercel's CEO offers to cover expenses of 'Jmail'
#137Earlier quoted context omitted.
Well, https://jmail.world/jacebook-logo.png is 670KB by itself and loaded on initial load, so I think they might have blown your suggested traffic budget and still have some optimization to do.
How is that image 670 KB!? Definitely some optimization low-hanging fruit there. Edit: dang, even pngcrush can't get it below 580 KB. Disappointing performance on PNG's part.
Modern web development never ceases to amaze me.
Re: Vercel's CEO offers to cover expenses of 'Jmail'
#138Re: Vercel's CEO offers to cover expenses of 'Jmail'
#139Re: Vercel's CEO offers to cover expenses of 'Jmail'
#140Earlier quoted context omitted.
How is that image 670 KB!? Definitely some optimization low-hanging fruit there. Edit: dang, even pngcrush can't get it below 580 KB. Disappointing performance on PNG's part.
Because inexplicably, there's random pixel-level noise baked into the blue area. You can't see it unless you crank up contrast, but it makes the bitmap hard to compress losslessly. If you remove it using threshold blur, it doesn't change the appearance at all, but the size is down to 100 kB. Scale it down to a more reasonable size and you're down to 50 kB. Modern web development never ceases to amaze me.