Quickstats

Categories

Component ID

137222

Component name

Quickstats

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

3515

Component created

Component changed

Component body

Quickstats.module is a simple and efficient (from a database point of view) way to count pageviews of nodes. It is intended for heavy traffic sites where performance is key.

The heart of this module has been coded by Karoly Negyesi (chx) for NowPublic.com. Small improvements and packaging by fireang3l.

IMPORTANT NOTES:

- Minimum requirement: MySQL 4.1
- This module adds one column (called quickstats_views) to your node table.
- It also has a limit of 100k page views per cron run, controlled by group_concat_max_len in quickstats_cron()