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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Pantheon.io Wants to 10x Our Cost

6 点作者 jhabdas超过 4 年前
I built a website for a friend a few years ago called chicagoganghistory.com and hosted it on Pantheon. During that time they increased hosting costs once from $25 to $40 which – okay – but today I learned they want to bump his website from $40 to $450 per month or about 4x the ad revenue. I'm noting this here because I'm curious what alternatives people might suggest for hosting a one-man WordPress site with traffic in the 70-80K range. Suggestions?

4 条评论

john-shaffer超过 4 年前
It looks it could be served pretty easily as a static site for very little cost. I try to use WP2Static whenever possible. It&#x27;s a plugin that crawls the WordPress site and deploys a static version to a server of your choice, like S3&#x2F;CloudFront or Netlify.<p>If you&#x27;re the only person who accesses it, you can run the WordPress instance locally in Docker via <a href="https:&#x2F;&#x2F;lokl.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lokl.dev&#x2F;</a> and pay only for the static site costs, which are usually laughably small. If you want managed hosting, there are proprietary options like HardyPess and Strattic. Or you can use any commodity host and install WP2Static. I&#x27;m developing a low-cost ($10-15&#x2F;mo) WP2Static-based hosting service at <a href="https:&#x2F;&#x2F;app.staticweb.io" rel="nofollow">https:&#x2F;&#x2F;app.staticweb.io</a> that should be very easy to get started with, but we haven&#x27;t quite gotten ready to launch yet. The servers work great, but we don&#x27;t yet have a support ticket system set up. If you want to try it and need support, you can just email me at john@app.staticweb.io without the &quot;app.&quot;. Even if you don&#x27;t try it, feel free to email with any questions about WP2Static.<p>The only hitch is that the site seems very large. Some people report slowness with WP2Static crawls, but all the sites I&#x27;ve tried have been fine, so YMMV. I&#x27;ve done some work in an addon[0] to support incremental crawling, but it needs a bit more love to make sure it&#x27;s reliable. I lack a slow site to test it on and fine-tune it.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;leonstafford&#x2F;wp2static-addon-advanced-crawling" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;leonstafford&#x2F;wp2static-addon-advanced-cra...</a>
评论 #25175366 未加载
评论 #25168135 未加载
aheckler超过 4 年前
If I were in your shoes, I&#x27;d move to Kinsta[0], Pressable[1], or some other reputable managed WordPress host. Most hosting providers should have pricing between $50 and $100&#x2F;month for a site with that amount of traffic.<p>If you want to save some money, you might go with SpinupWP[2] and hook that up to a VPS. It&#x27;s a bit more sysadmin-ish than managed hosting, but performs very well.<p>[0] <a href="https:&#x2F;&#x2F;kinsta.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kinsta.com&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;pressable.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pressable.com&#x2F;</a> Disclosure: I work for their parent company, Automattic.<p>[2] <a href="https:&#x2F;&#x2F;spinupwp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spinupwp.com&#x2F;</a>
评论 #25173665 未加载
koreanguy超过 4 年前
that is really greedy of Pantheon, how to escape Pantheon.<p>i would run it like this, WP2static, generate the blog,<p>upload to a free ipfs, unlimited bandwidth , these days they provide upto 2gb free hosting, for static files this is lots of power. upload and hook the ipfs hash to your domain.<p>ipfs could be used with many public gateways, so you could make a forward the user to another cdn.yourdomain.com easily<p>alternatives is to use, the sia &gt; skynet hosting which is free. and is extremely fast
评论 #25169346 未加载
shyn3超过 4 年前
You can host with Wordpress.com?