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.
