• A valid XenForo Licence validation token will be required to complete signup and purchasing.
    This may retrieve this from the XenForo Customer Area.
  • All XenForo 2.3+ add-ons require at least php 8.0, recommend php 8.2+
    All XenForo 2.2+ add-ons require at least php 7.2, recommend php 8.x
    All XenForo 2.0-2.1 add-ons require at least php 5.6, recommend php 7.x.
    The Standard Library add-on is also required.
    Older php versions are not supported, and add-ons will either refuse to install or fail to function.
  • Automatic discounts are applied for orders above $100 USD (10%) or for early renewals (5%)

Cache Permission Checks 1.4.0

Change log

This update vastly improves the speed for changing permissions when a large number of user-groups and nodes exist. Uninstalling is now disruptive, as all permissions need to be rebuilt.

  • Require redis cache v2.15.4+
  • Reduce memory usage when multiple user's permissions are loaded
  • Fix possible race condition when loading permissions from redis
  • Dynamically handle any 3rd party XF permission handlers
  • CLI command xf-rebuild:sv-cached-permissions can be executed when the add-on is disabled
  • Rework XenForo permission handling to on-demand compute permissions instead of computing all possible permissions at once.
    • With large numbers of user-groups and nodes, this can reduce multi-minute permission rebuilds to a few page loads.
    • The xf_permission_cache_content table is no longer populated as this can be incredibly large, and redundant
      For SpaceBattles, the table was ~600mb and was reduce to about ~10mb in redis
Back
Top