neos / redirecthandler

The Neos.RedirectHandler package for Flow
MIT License
4 stars 15 forks source link

Don't enable hit counter by default to prevent performance issues #19

Closed Sebobo closed 5 years ago

Sebobo commented 5 years ago

I assume that almost nobody who installs the packages knows that the feature switch is on by default. This leads in my opinion to possible performance issues and in general unexpected write operations on the database.

Therefore I think it would make more sense to make it disabled by default and configurable on a per redirect basis. See also https://github.com/neos/redirecthandler-ui/issues/11