# 明明有帖子，为什么没有热门帖子？

**URL:** https://meta.discourse.org/t/no-top-posts-even-though-theres-posts/300892
**Category:** Support
**Created:** [2024年三月25日 22:18 UTC](https://meta.discourse.org/t/no-top-posts-even-though-theres-posts/300892 "2024-03-25T22:18:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Question42](https://avatars.discourse-cdn.com/v4/letter/q/7993a0/32.png) [@Question42](https://meta.discourse.org/u/Question42)
#### Post date: [2024年三月25日 22:18 UTC](https://meta.discourse.org/t/no-top-posts-even-though-theres-posts/300892/1 "2024-03-25T22:18:23Z")

</div>

![d1](https://global.discourse-cdn.com/meta/original/4X/5/9/4/594f81a85dad70e62bd54bb13f9ccbd5e05927cd.png)

如图所示，我的网站上有一些帖子。那么，为什么“热门帖子”部分会显示零呢？

 ![d2](https://global.discourse-cdn.com/meta/original/4X/c/1/b/c1b99b0de543d4f9dee9a05084880920b10b288e.png)

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [2024年三月25日 22:30 UTC](https://meta.discourse.org/t/no-top-posts-even-though-theres-posts/300892/2 "2024-03-25T22:30:49Z")

</div>

您是什么时候创建这些主题的？可能需要等待 Sidekiq 作业完成。如果您将时间范围调整为“今天”，主题会显示出来吗？这个时间范围应该会更频繁地更新。

---

<div class="post-metadata">

### Author: ![Question42](https://avatars.discourse-cdn.com/v4/letter/q/7993a0/32.png) [@Question42](https://meta.discourse.org/u/Question42)
#### Post date: [2024年三月25日 22:34 UTC](https://meta.discourse.org/t/no-top-posts-even-though-theres-posts/300892/3 "2024-03-25T22:34:30Z")

</div>

19小时前。每个都有1条回复。嗯，看起来-置顶：今日显示了它们，所以如果它们在任何时间范围内显示，为什么它们都不在周、月、季度、年或所有时间置顶中？

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [2024年三月25日 22:35 UTC](https://meta.discourse.org/t/no-top-posts-even-though-theres-posts/300892/4 "2024-03-25T22:35:52Z")

</div>

> [@Question42](#):
>
> 为什么它们没有出现在周、月、季度、年或所有时间排行榜上？

因为这些是每天更新一次，而不是每小时更新一次。

> <https://github.com/discourse/discourse/blob/main/app/jobs/scheduled/top_refresh_today.rb>

> <https://github.com/discourse/discourse/blob/main/app/jobs/scheduled/top_refresh_older.rb>
