LiteSpeed Cache Plugin

XF2.x.x Addons LiteSpeed Cache Plugin 2.2.4 Nulled

No permission to download

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
Shows Visual Branding?
No
Compatible Versions
  1. XF2.1.x
  2. XF2.2.x
Developed by LiteSpeed Technologies - the LiteSpeed Cache Plugin for XenForo 2 (LSCXF2) is a PHP-based plugin that communicates with your installation of LiteSpeed Web Server(LSWS) and its built-in page cache, LSCache. Because LSCache is built directly into LSWS, overhead is significantly reduced and caching can be done more efficiently than with other PHP-based caches.

The current community version of LSCXF2 will only cache and serve pages for non-logged in users. After a user has logged in, their page requests will always hit the backend.

Additional Plugin Features
  • Significantly reduce server load and improve site performance through automatic page caching.
  • Support for HTTPS, HTTP/2, & QUIC out-of-box
Installation
  1. Download the LiteSpeed Cache for XenForo plugin package.
  2. Disable any other page caches as these will interfere with LSCXF2.
  3. Access the server hosting your XenForo installation, either directly or using ssh/sftp.
  4. From the unzipped LSCXF2 folder, copy all files under upload to the upload folder of your XenForo installation.
  5. In the XenForo control panel, navigate to the Add-ons section to complete the installation.
Configuration
Once you have downloaded and installed the plugin package, edit .htaccess with the code shown below, making the following changes where appropriate:
  • Replace xf_user with the new value, if you changed it in XenForo Configuration.
  • If you want to cache for more or less than 360 seconds, change 360 to the number of seconds you wish. (Recommended < 10 minutes):
Code:
# LiteSpeed XenForo cache
<IfModule litespeed>
CacheLookup public on
RewriteEngine On
# cache
RewriteCond %{HTTP_COOKIE} !xf_user [NC]
RewriteRule .* - [E=Cache-Control:max-age=360]
# no cache
RewriteCond %{HTTP_COOKIE} xf_user [NC]
RewriteRule .* - [E=Cache-Control:vary=loggedin]
RewriteCond %{HTTP_COOKIE} xf_user [NC]
RewriteRule .* - [E=Cache-Control:no-cache]
</IfModule>
[MMO] Reply To Download Resource
XF2.x.x Addons  [MMO] Reply To Download Resource  2.1.1 Nulled
Fake Online User
XF2.x.x Addons  Fake Online User  2.0.0 Nulled
[MMO] Reply To Download Resource
XF2.x.x Addons [MMO] Reply To Download Resource 2.1.1 Nulled
Fake Online User
XF2.x.x Addons Fake Online User 2.0.0 Nulled
Author
Drakon
Downloads
0
Views
61
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from

Similar content Most view View more
Back
Top Bottom