Hacker News new | ask | show | jobs
by lucb1e 3730 days ago
> <meta name="generator" content="WordPress 3.4.2" />

I found the problem.

1 comments

How people use Wordpress without a caching plugin today... sigh.
Might as well do static content generation if your software is too slow to handle dynamic content.
What caching plugin do you recommend?
W3 Total Cache generally works fine. I use it with memcached and PHP's new built-in caching module (replacement for APC) and get my site blitzed from time to time due to major mentions in the media with few problems. SSD on Digital Ocean probably helps with disk caching too.

I use Apache but falcolas' point of nginx (often in combination with Varnish and potentially hhvm; I've used this combo before with great success) is worth considering as well.

No replacement for good configuration of your database (try MySQLtuner.pl if you use MySQL/MariaDB) of course.

Nginx

/s

Though, it does work really well.