My website has a large number of readers every day. I wanted to track the traffic of each article. For each visitor, I added a unit on the counter. I'm confused between two solutions:
- Saved to a file on the server. Create the cron jobs to update them on the database.
- Save directly to database.
Should I do now?