I came to the same conclusion - whilst it would be quite fun and easy to write a stats package, the overhead (extra queries per page, rapidly inflating database size ) just wasn't worth it, and I went for a combination of Google Analytics, and an apache log parser (I like DailyStats [1] for smaller sites, otherwise webalizer/awstats).
If you want to actually parse apache logs, then don't miss Scratchy [2] (for a full implementation), if you want to roll-your-own, then Tony Chang's ApacheReader [3] is very nice and fast. --Simon G. [1] http://www.perlfect.com/freescripts/dailystats/ [2] http://scratchy.sourceforge.net/ [3] http://ponderer.org/log_reader --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
