Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I would be genuinely interested to know how well the average wordpress blog handles a hug from the HN frontpage! :-)


Wordpress is of course overkill for a personal blog like yours, but implying wordpress cant handle a HN hug is a bit naive.

Millions of sites use WP and there are configurations to mitigate this. Some caching and easy server config will be enough to survive the “hug”


It's pretty easy to proxy your WordPress with cloudflare's cdn. Then your WordPress isn't hit very often.

WordPress handles volume just fine. Nothing a HN hug would disrupt.


There are cache plugins that effectively turn it into a static site. You could also run CF atop of it.

WordPress is used at scale by many companies.


Cache plugins still go through the PHP interpreter. I'm under the impression there still isn't anything faster than serving HTML files.

Better is use a static site plugin, then you don't have to bother with configuring any caching or external services.

Best is also use the SQLite Database Integration plugin, so the server doesn't even have to run MySQL/MariaDB (other than initial installation), and on an otherwise light server, the filesystem will effectively keep the site in page cache while using less memory, if I understand that correctly.

The WordPress interface can be kept behind HTTP auth or client cert.


> Cache plugins still go through the PHP interpreter. I'm under the impression there still isn't anything faster than serving HTML files.

Several WordPress caching plugins, like W3TC (https://wordpress.org/plugins/w3-total-cache/), actually add rules to your Apache/Nginx server so that the cached HTML pages are served statically without touching PHP.


That seems like a great stack, if you're looking for one!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: