Logo
View

This module records path visits and allows you to analyze path view statistics. Mainly intended for authorized requests, as it does not store IP or User-Agent information.

All records are saved in the KernelEvents::TERMINATE event so it does not slow down page loading. Additional settings are also available for filtering what to record.

Supporting this Module ☕

Found this module useful? Support via PayPal.

Features

Provides the ability to collect path browsing statistics.

Post-Installation

After installation, you can configure filtering for visit records here /admin/config/system/path-watcher. By default, the module provides a block that can be placed at the bottom of the page to display visits.

Similar projects

  • Entity Visitors - it is limited to visiting entities.
  • Visitors - it is stores more data, but is not implemented using entities, which imposes certain limitations.
  • Page hits - it is not implemented using entities, it does not have the ability to filter what to record.
  • Create an issue if you want to report a similar module to be added.

Project information

Releases