LSCache dont work with J4.15 and OLD 1.7.16 ?

#1
Hello,

i have a j4 website installed with the official LScache package, my server is openlitespeed based,
i followed all tutorials and read dozen of pages but impossible to get it working for me.
in the header response i cant see litespeed hit.
plugin is ON, litespeed parameter is set on ON too in the joomla component.
i add a php file with echo $_SERVER['X-LSCACHE']; and it show me the result :

on,crawler

i am missing some thing ?
 
#4
Here what i can see :

alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
content-encoding: gzip
content-length: 50764
content-type: text/html; charset=utf-8
cross-origin-opener-policy: same-origin
date: Fri, 26 Aug 2022 12:49:46 GMT
expires: Wed, 17 Aug 2005 00:00:00 GMT
last-modified: Fri, 26 Aug 2022 12:49:46 GMT
pragma: no-cache
referrer-policy: strict-origin-when-cross-origin
server: LiteSpeed
server-timing: 0Load;dur=4.339933;desc="Load", 5Initialise;dur=3.232002;desc="Initialise", 6Route;dur=15.403032;desc="Route", 12RenderComponentcomcontent;dur=45.754194;desc="RenderComponent com_content", 13Dispatch;dur=14.668941;desc="Dispatch", 86Render;dur=37.476063;desc="Render", Modules;dur=466.07661247253;desc="Modules", Access;dur=1.2357234954834;desc="Access"
vary: Accept-Encoding
x-frame-options: SAMEORIGIN

--

My webhoster use openlitespeed.
 

serpent_driver

Well-Known Member
#5
Either cache plugin is disabled or installation is incomplete. What about settings in .htaccess?

Code:
<IfModule LiteSpeed>
CacheLookup on
</IfModule>
 
Top