Y
Hacker News
new
|
ask
|
show
|
jobs
by
copperx
2899 days ago
Why is caching out of the window when logged in?
2 comments
paulddraper
2899 days ago
It's a page-level cache, and your view on a page depends on username, hidden submissions, point counts, etc.
link
dmoy
2899 days ago
votes, things to hide, etc all change the page and prevent serving everything wholesale out of cache
I'm not actually sure, just guessing...
link