> I'm not sure this is even a task for Django. If your primary concern is > performance, try doing this directly in Apache or another web server via > rewrite rules and use the access logs to do the accounting. Apache is good at > access statistics. > > If your primary concern is statistics, there is no way you can get exact > figures. There may be any number of caching mechanisms between you and the > client that you don't control so GET requests may never reach your server. > Anyway, at this level there's no such thing as a "cdn version" because you > are supposedly in control of the web server that does the mapping from a GET > request to a file on the filesystem. >
Hi, Yes, the site and other functionality is being powered by Django, its hardly related to Django. True, we are in control of the server, but we can use another virtual host for CDN or something. Yes, log files can be a good idea, but not optimal for much of the stats. I'll get to it as last resort. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.