Hi, I think it is important to have a lightweight middleware ready for production sites that tracks view stats. For example a newspaper site needs to know how many times an article has been showed. Another example, a music site showing stats about artists profile views. I think it would be great to have a middleware that updates the stats on the db each time a request is done, or due to performance reasons, once every X senconds. Perhaps reading apache log?
what do you think? On Feb 5, 3:28 pm, "David Larlet" <[EMAIL PROTECTED]> wrote: > Hi, > > I wonder if something like bbclone [1] (especially the "live" view > [2]) exists in python? I've just found Peastat [3] which looks new but > interesting (fortunately, the author is maybe on this list). What else > did you use to know where are your current visitors? Same question for > long term stats. > > What about an optional stats view in the admin interface? > > Cheers, > David > > [1] :http://bbclone.de > [2] :http://bbclone.de/demo/show_detailed.php > [3] :http://www.throwingbeans.org/peastat.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
