Litespeed cache and Wordpress rewrite rules

#1
I would like to use Litespeed inbuild cache to speed up my WP sites but I cannot find .htaccess rules to do that.

You published only forum rules. Can you please help us ?

I saw more WP users who search for these rules.
 

webizen

Well-Known Member
#2
Enable LS build-in cache as follows (sample config):
Admin CP -> Configuration -> Server -> Cache:
Storage Path*: /diskcache
Max Object Size: 512 KB
Enable Private Cache: Yes
Private Cache Expire Time (seconds): 120
Do-Not-Cache URL: /wp-admin/
No .htaccess rules are required.

Note:
* make sure storage path (e.g. /diskcache) exists.
 
#3
Will privated cache impact server performance ? it looks like it caches objects per user IP, What if you run site with 10.000 users/hour ?
Is it better to disable private cache then ?
 

dotpro

Active Member
#5
Enable LS build-in cache as follows (sample config):


No .htaccess rules are required.

Note:
* make sure storage path (e.g. /diskcache) exists.
Hi,

I'm trying out the trial version, how to verify if above settings work? I've got the same settings but cannot tell if page is cached or not. Header still says litespeed.

I'm using wordpress + W3 Total cache

thanks
 
Top