TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: HardyPress, zero-maintenance, “static” Wordpress hosting service

41 pointsby steffozover 7 years ago

7 comments

steffozover 7 years ago
There are lots of WordPress maintenance services [1] out there, but they&#x27;re quite expensive. We remove the maintenance&#x2F;upgrade problem altogether staticizing your WordPress sites and putting them on a CDN. The real WordPress installation lives on a separate domain and only runs when an editor needs to make some changes to the content. And it&#x27;s totally seamless for visitors and your editors.<p>[1]: <a href="https:&#x2F;&#x2F;underconstructionpage.com&#x2F;wordpress-maintenance-services&#x2F;" rel="nofollow">https:&#x2F;&#x2F;underconstructionpage.com&#x2F;wordpress-maintenance-serv...</a>
评论 #15126793 未加载
patrickflover 7 years ago
fascinating - can you still use the backend wp-admin? I&#x27;ve experimented with generating static HTML files with WordPress in the past, but the code has always came out a tad sloppy. This looks really cool, I might be interested in a trial.<p>edit: nevermind, found this:<p><a href="https:&#x2F;&#x2F;www.hardypress.com&#x2F;how-it-works&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hardypress.com&#x2F;how-it-works&#x2F;</a><p>again, really fascinating. has it been shown to reduce load times? Can I still minify my own CSS and JS, and &quot;combine external resources?&quot;<p>is their a public facing demo available?
评论 #15176239 未加载
spleenteoover 7 years ago
I wonder if it could really work as advertized... how many problems could be found making a static website, even on a medium size WP? And what about dynamic content such as comments, search, filters or other specific plugins?
评论 #15124529 未加载
stephenrover 7 years ago
Having supported (from an infra&#x2F;ops point of view) several places that insisted on using Wordpress, I don&#x27;t understand why Varnish in front of &lt;choose your web server[1]&gt; isn&#x27;t the standard &#x27;recommended&#x27; way of hosting it.<p>1: it isn&#x27;t going to matter. When the WP PHP is doing 30 different SQL queries just to load the front page of the site, your web server is no longer the bottleneck, even if it&#x27;s Pre-Fork Apache with mod_php.
评论 #15130136 未加载
quickthrower2over 7 years ago
This is a great idea. WordPress had a fantastic ecosystem and frankly a hell of a lot easier to use than Jekyll and friends. But it&#x27;s security vulnerabilities are it&#x27;s downfall do this is a nice solution.<p>Another cool service you could offer would be a &quot;CloudFlare&quot; type thing over and existing WP site, where you cache all the content.
alesordiover 7 years ago
Very useful and simple tool!. Good job.
mat_jack1over 7 years ago
Just a curiosity, which CDN are you using?
评论 #15124329 未加载