Hacker News new | ask | show | jobs
by amirhhz 5391 days ago
Ever since I installed Wappalyzer in my browser (detects what frameworks and technologies a website uses) more and more often I come across websites that I am shocked use so many backend and frontend frameworks. I'm shocked because that means they are spending unnecessary amounts of money, time and effort on hosting (e.g. Wordpress hosting), development and maintenance when the entire site would be perfectly well-served (and faster!) with static pages.

The problem until recently was that there weren't appropriate tools for the job, but this article should prove that's now changing.

2 comments

I agree that a lot of frameworks are overkill, but if you put yourself in the frame of mind of a non-programming designer or a layperson who just needs to manage content on their site, using a static HTML generation tool is out of the question. I've been using octopress/jekyll recently and think it's amazing and really love it, but there's no way in a million years I could give that to a client to manage their own website.

Also, it's not really wasting time or money -- cheap shared hosting costs the same regardless of whether you're serving a php/mysql app or static html files. And setting up a wordpress site is probably easier for non-programmers than getting a jekyll setup going.

It's definitely a colossal waste of CPU power though, but that train left the station 10 years ago.

I agree, my point is mostly relevant to someone with some minimum level of technical ability. But providing a usable interface and "install" process for a static website generator is the missing piece here.

Or a reversal to geocities days ... :-/

An interesting idea that I had once is a server-side application that can edit the site files, save them to Git or Mercurial, and then compile them statically and push to a server via FTP, SFTP, WebDAV, S3 API, or rsync.
CushyCMS does that, but without DVCS (although it does support versioning).
Developmentseed.org used to be a Drupal site, fwiw.
DevSeed used to be one of the bigger name Drupal consultancies. They've been moving into other stuff over the last year and a half, for what that's worth.

edit: I just figured out that you probably already knew that. Cheers.

Wow, perfect case in point, then.