INN / Google-Analytics-Popular-Posts

A WordPress plugin that uses Google Analytics data to determine the most popular posts on your site and display a list of popular posts via the included widget.
https://wordpress.org/plugins/ga-popular-posts/
23 stars 7 forks source link

garbage collection #33

Closed aschweigert closed 8 years ago

aschweigert commented 8 years ago

The plugin presently seems to keep everything it pulls down from GA around forever and this means the db tables get really huge (npq has a table that's now 1.2m rows). We should come up with some kind of sane default here for how long to keep data around so this doesn't happen. Preferably before we launch any more sites using this plugin.