能否添加自动缓存功能?防止网页在没有内容更新的情况下提醒。

网页的标题顺序变化后会检测为网页更新,但实际上没有增加新内容,只是把文章标题的顺序改变了。能否增加缓存功能,防止这部分误报?
因为很可能网页是根据点击量的热度进行排序的,一旦有每个标题的热度有变化,就会导致帖子标题的顺序发生相应的变化。

Thanks for reaching out. If I understand correctly, you need to not get alerts when only change in the page is reordering of content. This can be achieved by using condition:

net added text is not empty.

The net added content doesn’t include any text that is reordered in the page.

Let me know if this is not what you were looking for.

thanks a lot for your best solution ways.
i will try it and give you feedback!

do you mean to use it like this ?
i would like to know how to use it.

This one:

thank you very much!

1 Like

Thank you, but occasionally some websites do not follow this rule, even if the content of the page does not change, a reminder will pop up, I don’t know why?

can you check what kind of change did distill see in change history? https://distill.io/docs/web-monitor/change-history-and-highlighted-changes/

Okay, I’ll try this tutorial and carefully determine where it’s not set up properly. It may be that there are other small elements of the web page that are hindering the implementation of this feature. If that doesn’t work with this tutorial, I’ll get back to you