Hello,
Litespeed cache is very nice and fast but is very difficult to put in the hands of end users for shared hosting.
We do not enable it by default as it would cause problems on lots of different websites.
Enabeling it on a website that has a seperate admin and frontend isn't that difficult however with most common scripts it's very difficult for end users to use.
We would like to have some sort of template system to user can enable litespeed cache on a per script basis.
For example cache for Wordpress requires no cache for :
1) Requests with POST
2) Requests with URI beginning with wp-
3) Requests to xmlrpc.php
4) Cookies containing one of the following :
comment_author_|wordpressuser_|wp-postpass_|wordpress_logged_in_
All others should be in public cache.
I'm not sure if it's possible for users to be able to purge their own cache through only editing .htaccess file…
That's for Wordpress…
For other scripts like prestashop, magento etc rules are different and types of cache are different.
What we would like is either a template system to add just a simple line to a htaccess file like for example :
enablecache="wordpress"
What would be very nice would be to have a cPanel plugin so users could just choose a folder and a script and click enable…
If we are to promote Litespeed's cache we need to make it easier…
Litespeed cache is very nice and fast but is very difficult to put in the hands of end users for shared hosting.
We do not enable it by default as it would cause problems on lots of different websites.
Enabeling it on a website that has a seperate admin and frontend isn't that difficult however with most common scripts it's very difficult for end users to use.
We would like to have some sort of template system to user can enable litespeed cache on a per script basis.
For example cache for Wordpress requires no cache for :
1) Requests with POST
2) Requests with URI beginning with wp-
3) Requests to xmlrpc.php
4) Cookies containing one of the following :
comment_author_|wordpressuser_|wp-postpass_|wordpress_logged_in_
All others should be in public cache.
I'm not sure if it's possible for users to be able to purge their own cache through only editing .htaccess file…
That's for Wordpress…
For other scripts like prestashop, magento etc rules are different and types of cache are different.
What we would like is either a template system to add just a simple line to a htaccess file like for example :
enablecache="wordpress"
What would be very nice would be to have a cPanel plugin so users could just choose a folder and a script and click enable…
If we are to promote Litespeed's cache we need to make it easier…