TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Stackoverflow – “Last seen” not accurate?

5 pointsby kvothe_about 5 years ago
On stackoverflow the last seen appears to be inaccurate as shown in the linked images. The user, ( I chose random user), asked a question 11 mins ago but his last seen is 21 mins ago ??<p>Images: https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;qP2KUiE

1 comment

wshabout 5 years ago
I imagine the “last seen” times are shown mainly to indicate whether users are still active members of the site, and if they are likely to have seen recent replies. For these purposes, a few minutes’ error is harmless.<p>It wouldn’t surprise me to learn that Stack Overflow’s developers—like those of many large websites—have decided, as a performance optimization, to allow some information to be cached, and updated lazily, to avoid the cost of providing a globally-consistent, up-to-the-minute view to every user.