Y
Hacker News
new
|
ask
|
show
|
jobs
by
nlawalker
2898 days ago
I know, just a good natured poke :) Plus you could probably take that comment at face value - making use of web caching is definitely an important tool when building a large scale system.
1 comments
copperx
2898 days ago
Why is caching out of the window when logged in?
link
paulddraper
2898 days ago
It's a page-level cache, and your view on a page depends on username, hidden submissions, point counts, etc.
link
dmoy
2898 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