Hacker News new | ask | show | jobs
by copperx 2899 days ago
Why is caching out of the window when logged in?
2 comments

It's a page-level cache, and your view on a page depends on username, hidden submissions, point counts, etc.
votes, things to hide, etc all change the page and prevent serving everything wholesale out of cache

I'm not actually sure, just guessing...