-
- Downloads
feat: Refactor HomeController to improve visit tracking logic
- Simplified the filtering of public routes by using a single chain of methods. - Optimized the selection of visit data with raw SQL and aggregate functions. - Replaced manual counting of visits by day and country with collection methods for better readability and performance. - Removed unnecessary logging of most visited pages, now handled more efficiently with grouping and sorting.
parent
619b2cc3
Branches
No related tags found
Please sign in to comment