Why this theme is showing up

Real examples with the stored reasons/explanations.

Plausible · 2026-03-26

Gist: Plausible adds a `last_seen` timestamp for users and updates it at most once per hour via a Plug. The post explains the implementation in Phoenix and why throttling avoids unnecessary database writes.

Signal reason: Describes a new technical capability for tracking user last_seen activity in the product.

Source