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.

Ask HN: Why some Ask HN posts does not show comments count

3 pointsby enigamiover 10 years ago
Why does some HN posts does not show the comments count, even though there are lot of comments inside

1 comment

gus_massaover 10 years ago
I&#x27;m guessing:<p>To reduce the memory use, the old threads have only a flag to signal if they have comments or not. The comments are not loaded and the system doesn&#x27;t know the comment count.<p>For the recent threads and when someone open an old thread, the comments are loaded and now the system can display the comments count.