Hacker News new | ask | show | jobs
by falcolas 4131 days ago
Throw enough caching at a speed problem, and the speed problem effectively goes away. This is why the terms "Varnish" and "fcgi_cache" are so well associated with WordPress installs.
1 comments

I'm not sure I agree with this — it just becomes much more complex and harder to debug!
You are absolutely correct - caching solves the apparent speed problem to the end user, not the underlying cause of the speed problem. That said, solving the apparent speed problem for the end user is frequently enough.