Piwik 3.0.0
11–20 of 46 posts
Re: Piwik 3.0.0
#12Question to other Piwik users: how do you manage the ever-growing MySQL database to keep response times acceptable? Where do you host it? My Piwik instance is nearly unusable because any non-trivial request takes ages.
Re: Piwik 3.0.0
#13Re: Piwik 3.0.0
#14Question to other Piwik users: how do you manage the ever-growing MySQL database to keep response times acceptable? Where do you host it? My Piwik instance is nearly unusable because any non-trivial request takes ages.
Also: What works best at scale? JS or Log file analytics?
For scaling tracking, QueuedTracking plugin is the solution: http://piwik.org/docs/setup-auto-archiving/
For managing DB size, see: https://piwik.org/docs/managing-your-databases-size/
For any other issue, maybe report in Github tracker: https://github.com/piwik/piwik/issues
Re: Piwik 3.0.0
#15Question to other Piwik users: how do you manage the ever-growing MySQL database to keep response times acceptable? Where do you host it? My Piwik instance is nearly unusable because any non-trivial request takes ages.
If that isn't enough http://piwik.org/docs/optimize-how-to/ shows you how to configure php and mysql for more performance.
Actual hardware requirements are quite small for small sites (say < 10k visitors/day). Any 10-15$ VPS should be fine.
Re: Piwik 3.0.0
#16Is it still unusable for sites with traffic?
Re: Piwik 3.0.0
#17Site is down, any screenshots? :-)
Re: Piwik 3.0.0
#18Re: Piwik 3.0.0
#19Re: Piwik 3.0.0
#20If you want Log File Analytic, you should definitely give GoAccess a try.