No, that is not entirely true. topic_views
registers anonymous views as well, in those cases user_id
is null
.
So what’s I think that’s left is that Topic.views
counts for anonymous users are counted once per topic_view_duration_hours
(default: 8) hours per IP, and topic_views
for anonymous users are counted once per IP?