Live data from Hacker News

Ask HN: PHP library/script for site analytics

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: PHP library/script for site analytics

#2
http://www.openwebanalytics.com/

http://piwik.org/

You will definitely need to do some customization with these. Also whatever you use, consider that most analytics GUIs are written under the assumption that very few people will have access to them. This will affect both security and performance. Your best bet is using one of the above for the backend and making an optimized stats viewing interface for your users.

Re: Ask HN: PHP library/script for site analytics

#3
post #2

http://www.openwebanalytics.com/ http://piwik.org/ You will definitely need to do some customization with these. Also whatever you use, consider that most analytics GUIs are written under the assumption that very few people will have access to them. This will affect both security and performance. Your best bet is using one of the above for the backend and making an optimized stats viewing interface for your users.

Great! I found piwik.org but not the other. I'll look into it. God point about performance. I'll keep that in mind and use caching or something. Thanks!