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

Worst I've seen is a CMS site which, with caching disabled, used upwards of 40,000 queries to load the homepage.


When the app is being dumb, people put caching in to hide the data flow problems. When the data flow problems are hidden, they multiply, and then turning it off again is highly improbable.

Caching has sucked all the fun out of too many projects I’ve been associated with.

Do cache headers and cache busting first. You can always put a transparent cache in front of your REST endpoints in prod. After debugging the browser caching. Don’t write your own caching implementation. Please.


Please tell me you held down the zero key accidentally ;)




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

Search: