This module tracks usage statistics for redirects created by the Redirect module, such as how often a redirect has been used and when it was last accessed. It provides reports to identify popular and unused "stale" redirects.
This module records statistics about redirects created by the redirect module. By default it will store the number of times a redirect has been used and the timestamp for when it was last used.
It ships with two new reports based on views, which can be modified as required:
- Popular redirects: redirects sorted by most used.
- Stale redirects: redirects that haven't been used in 6 months.
The report looks like:
There are some limitations and caveats:
- Cached responses, such as those created by page_cache or reverse proxies will not count towards metics.
- The redirect entity will be resaved every time it's accessed, this is a non-trivial additional performance cost per redirect request.