Hacker News new | ask | show | jobs
by aharris88 4584 days ago
Basically, instead of hosting a database on your server and using php to generate the pages on every request, like Wordpress does, you just create a text file for every page, and precompile your entire site into raw html files, so that it's really fast because there is no processing on the server.