- Compatible XF Versions
- 1.4
- 1.5
Additional Requirements: Zend Redis Cache add-on Redis phpredis
Moves some view counters to use Redis-based increment counters rather than scratch tables in MySQL. Redis provides atomic get & del when pushing view counts totals into the database.
Note;
Installation
I recommend using Add-on install & upgrade or Install and Upgrade by waindigo to install this addon.
Contributing features or bug fixes
Please create a Github Pull request via the "Find more info at github.com..." link.
Moves some view counters to use Redis-based increment counters rather than scratch tables in MySQL. Redis provides atomic get & del when pushing view counts totals into the database.
Note;
- Currently only handles thread views.
- There is an effective limit of ~100000 threads that can be updated per 'Update View Counters' cron task run.
- Requires Zend Redis Cache add-on 1.1.5 for the use of Lua scripting.
Installation
I recommend using Add-on install & upgrade or Install and Upgrade by waindigo to install this addon.
Contributing features or bug fixes
Please create a Github Pull request via the "Find more info at github.com..." link.