Redis View Counters

Redis View Counters 2.4.0

No permission to download
Compatible XF 2.x versions
  1. 2.2
  2. 2.3
Additional requirements
php 7.2+
Redis Cache addon v2.17.0+
Redis (v3.0.0 or better)
License
MIT Licence
Visible branding
No
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.

Supported types
  • Attachments
  • Threads
  • Pages
  • Article Management System's articles
  • XenForo Resource Manager's resources

Contributing features or bug fixes
Please create a GitHub Pull request via the "Find more info at github.com..." link.

Contributions

If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.

Please contact me if you wish for different licensing arrangements.
Related resources
Author
Xon
Downloads
313
Views
5,384
First release
Last update

Ratings

5.00 star(s) 2 ratings

More resources from Xon

Latest updates

  1. 2.4.0 - XF2.3 Compatibility update

    Requires StandardLib v1.19.0+ Requires Redis Cache v2.17.0+ XF2.3 compatibility update
  2. 2.3.0 - Feature & bugfix update

    This add-on is now available on atelieraphelion.com Require php 7.2+ Require XenForo 2.2+...
  3. 2.2.0 - Feature update

    Add support for page view counts

Latest reviews

I've used this for over a year on a large forum with over 20 million posts. It's been working with no problems. Honestly my benchmarking isn't good enough to see if this makes a difference, but it works.
allows you to unload the load on the database and shift it all to redis, for large forums this is a very useful feature.
Top Bottom