redirect_metrics
1,177 sites
Security covered
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.