how implement an efficient visits counter per page? I've marketplace platform, but not a visits counter per product page, then, this is my question. what's is the better algorithm for implement this?
I not think that this alghoritm is the better "update product set product.visits = (product.visits + 1) where ..."
then, how?
I'm accept sugestions
Google Analytics? third party solutions? Alghoritm?
thanks everyone
Was developed in Django