Resource icon

Unmaintained Add More Guest Page Cache Variations

Compatible XF 2.x versions
  1. 2.1
  2. 2.2
  • Open /xrc/XF/PageCache.php, backup a copy to your local computer.
For xf 2.2.12
  • Find this line (#274) :
    PHP:
    $cacheId = 'page_' . sha1($uri) . '_' . strlen($uri) . "_s{$styleId}_l{$languageId}_c{$cookieConsentId}_v" . self::CACHE_VERSION;
  • Change into :
    PHP:
    $cacheId = 'page_' . sha1($uri) ...
You do not have permission to view the full content of this resource. Log in or register now.
Author
HappyWorld
Views
2,076
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from HappyWorld

Latest updates

  1. XF 2.2.12

    Code update for 2.2.12
  2. XF 2.2.7

    Code update for 2.2.7
Top Bottom