LSCache miss page

Ilkar

New Member
#1
Hello,

i have few problems with LSCache and i need your support :)

1) I have doman www.xyz.com with enabled LSCache.
When i open site for the first time it is not cached.

LSCache1.png

10 second later after refresh (CTRL + R) i see hit:

LSCache1.png

After 20s i click link on the page, which direct me to this same page and again i see miss:

LSCache3.png

Why LSCache clean Cache? I did nothing... I'm logged out and just refresh page.


2) My website is on wordpress + woocommerce.

I have categories:

a) xyz.com/category1
b) xyz.com/category2

LSCache is able to cache my category1

LSCache4.png

But it doesn't want to cache category 2. I always have miss ALWAYS :/ There was never hit

3) I don't have any special setting excluding urls, paths and so on, but a lot of pages i can find in blacklisted:

LSCache7.png

Additionaly i have many pages with Miss cache:

LSCache8.png

And finaly my config:

config1.png


config2.png

Exclude (Do Not Cache URLs) only "cart"


Can you support me with this 3 problems?
 

Attachments

Cold-Egg

Administrator
#5
I checked the page source and the Page generated time does not change. So, the cache maybe is working, but the header did not update due to the KeyCDN cache.
 

Ilkar

New Member
#6
Thanks for checking.

What this line means?:

Code:
[Ctrl] X Cache_control -> no Cache ( Admin page ) => LiteSpeed\Control::set_nocache(( Admin page ))@362 => LiteSpeed\Admin->admin_init()@66 => WP_Hook->apply_filters(ARRAY)@303
 

Ilkar

New Member
#7
i know what i did wrong - i had to create additional cache config on VH level in module and set checkPublicCache to 1 and it started to work :)
 
Top