Plugin Author
Ajay
(@ajay)
I’ve so far avoided such kind of tracking to avoid collecting any personally identifiable data or cookies.
I’ll explore this and it might the cookie route rather than the IP addresses as storing that level of information will eat up most databases. But I can’t promise that it’s something I’ll implement in the near future.
I’m not expert on this but Post views counter plugin has only one database table “prefix_post_views” and the table has only 4 columns “id”, “type”, “period” and “count”.
They seem to implement count Interval without eating up most databases.
Would you please check it?
Plugin Author
Ajay
(@ajay)
I will. I don’t think they would be using IP based on what you mention about the columns.
Update: I had a quick look and they do both IPs and cookies. I’ll put this on my todo list but as I said, I can’t promise an immediate implementation.
-
This reply was modified 4 years, 8 months ago by
Ajay.