Re: [web2py] Re: Basic usage statistics

2015-06-11 Thread Richard Vézina
Yes, Simone proposition is really good... Richard On Thu, Jun 11, 2015 at 4:20 PM, Leonel Câmara wrote: > Exactly Richard, I would like to know which users are accessing what, > because the users like to see it. The redis solution may be the best one if > I want to give the database a break. >

Re: [web2py] Re: Basic usage statistics

2015-06-11 Thread Richard Vézina
Not sure how you can know which user access what without using my usage statistics stuff... With Piwik or Google Analytic you will rely on IP address? I use Google Analytic a little long time ago... Richard On Thu, Jun 11, 2015 at 3:10 PM, Niphlod wrote: > you could use a redis queue to push ev

Re: [web2py] Re: Basic usage statistics

2015-06-11 Thread Richard Vézina
For LAN Piwik!! Richard On Thu, Jun 11, 2015 at 2:36 PM, Derek wrote: > Google has, it's called Google Analytics. There are alternatives out > there. You could also use your web server log files. > > > On Thursday, June 11, 2015 at 9:55:18 AM UTC-7, Leonel Câmara wrote: >> >> Minor implementati