TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Vercel: Improved Infrastructure Pricing

48 点作者 sarreph大约 1 年前

13 条评论

aosaigh大约 1 年前
I love developing on Vercel, but this is an absurdly complicated pricing structure:<p><a href="https:&#x2F;&#x2F;vercel.com&#x2F;docs&#x2F;pricing" rel="nofollow">https:&#x2F;&#x2F;vercel.com&#x2F;docs&#x2F;pricing</a><p>I have no idea what sort of bill I can expect with new costs for &quot;edge network routing&quot; or &quot;incremental static regeneration&quot; (neither of which I understand nor want).
评论 #39934248 未加载
评论 #39933319 未加载
ado__dev大约 1 年前
Awesome!<p>Vercel gets a lot of shit for its pricing, but man from a developer experience standpoint, they are impossible to beat. As a developer first, devops distant fourth or fifth, it&#x27;s such a pleasure when I get to work in the Vercel ecosystem and I&#x27;m happy to pay extra for them to keep improving the experience, but this reduction is welcome :)
评论 #39933138 未加载
blovescoffee大约 1 年前
Vercels hosting is ok. I prefer cloudflare and AWS but vercel is still best for next.js first class support. Especially on newest versions. For instance, server functions currently don’t work on cloudflares nextjs hosting. There’s some discussion about it on discord and GitHub. However, once something becomes the new fad and takes over from nextjs, I’m not sure what vercel will do.<p>Also checking the vercel page, they have so many investors, how do they all expect a company predicated on a JavaScript framework to be around in 10 years.
评论 #39933210 未加载
评论 #39933168 未加载
thepaulmcbride大约 1 年前
Just got the email from them explaining the changes. It goes like this.<p>Vercel: We’re changing our pricing. Our community has told us we’re expensive. Also Vercel: Your bill is going up.
评论 #39933351 未加载
评论 #39933358 未加载
评论 #39933338 未加载
评论 #39933251 未加载
评论 #39933235 未加载
swe_dima大约 1 年前
Also seeing a 400% increase in pricing after this. Mostly due to cache reads &#x2F; writes if I had to guess, the dashboard isn&#x27;t showing any data currently.<p>Overall, it&#x27;s really not clear how this can be optimized. It&#x27;s... cache... You could have less cache writes, but it means your users see stale content, which isn&#x27;t an acceptable solution.<p>The wording that 92% of people see smaller bills since many people host projects that aren&#x27;t really being used, anyone who has traffic is going to get higher bills.
MightySCollins大约 1 年前
The tone of the email was a bit strange for a $960 a year increase suggesting we optimise but not yet providing what the cost increases are from. I appreciate we will get the updated usage metrics later in the month but it makes it slightly hard to explain to management why costs are increasing.<p>Most of our increases I assume will be the data cache pricing and the only real way to optimise that is to move data fetching out of data cache and use our own cheaper caching layer.
评论 #39936507 未加载
bgoldste大约 1 年前
Predicting a higher monthly price for us - doesn’t feel like an improvement from this current customer’s perspective.
评论 #39933222 未加载
dannyrb13大约 1 年前
ISR is just a fancy way to say Cache Hits with SWR headers? So you can mitigate most of the Read cost by either:<p><pre><code> * Not using SWR headers * Putting free tier Cloudflare in front of your Vercel instance(s) </code></pre> You can improve the Write cost by having longer SWR cache durations. Folks that are seeing a cost increase likely have high traffic volume, a short SWR duration.<p>Edge Network Routing is also a bit nebulous. I would love to see this better defined, as it&#x27;s not 100% clear what contributes to volume here.
MrRowTheBoat大约 1 年前
Just received this in my email.<p>&quot;Based on the way your application uses our infrastructure, your monthly bill for team My Team is projected to go from $ 20 to $ 69 on July 22nd.&quot;<p>I&#x27;m surprised by this change in pricing. This will likely force me to move to fly.io. Curious if others had a similar price hike. I utilize a single &quot;seat&quot; for a single repository on my Team plan. This plan has around 1.1million middleware edge invocations each month. This previously was the only limit I was exceeding for many months.
rushils大约 1 年前
3x price increase for our team. Not a happy camper, mostly because I have no idea from where.<p>It&#x27;s probably a great time to explore alternatives in case of future price hikes. The new pricing plan is immensely complicated, and might take the crown from GCP in price-complication.
jerrygoyal大约 1 年前
I&#x27;m an indie hacker and my Vercel bill went from $20&#x2F;month to $500&#x2F;month. What can I do in this case?
评论 #39941718 未加载
AlwaysNewb23大约 1 年前
Did anyone else need to read the pricing a few times to understand it?
internetter大约 1 年前
Would now be a good time to say <a href="https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;workers&#x2F;platform&#x2F;pricing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;workers&#x2F;platform&#x2F;pricing&#x2F;</a>
评论 #39939214 未加载