Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hit counter for redirects better configurable #11

Open
Sebobo opened this issue May 21, 2019 · 4 comments
Open

Make hit counter for redirects better configurable #11

Sebobo opened this issue May 21, 2019 · 4 comments

Comments

@Sebobo
Copy link
Member

Sebobo commented May 21, 2019

I think it makes sense to have the hit counter on certain types of redirects.
Either based on the status code or actually configured for each redirect separately.

Having it active by default might be an issue for sites with lots of traffic.

@Benjamin-K
Copy link

This is not an issue of the UI itself and is already added in Neos.RedirectHandler:

Neos:
  RedirectHandler:
    features:
      hitCounter: true

What should be added to the UI is the output of the hitcounter itself and the last hit date. This could also be added on a separate page.

@Sebobo
Copy link
Member Author

Sebobo commented Jun 7, 2019

Yes I know. We have and will have more issues than relate to all redirect related packages.
I'm trying to connect them as good as possible.

In the first step I plan to add the output with the last hit date maybe on hover or similar.
Then, if we want to have it configurable for each redirect (which people are interested in), we first need a change in Neos.RedirectHandler.DatabaseStorage and then here.

@paavo
Copy link

paavo commented Jan 26, 2022

Having a hit counter sounds awesome to me 🤩
Was there any progress in the last years?

@Sebobo
Copy link
Member Author

Sebobo commented Jan 26, 2022

no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants