What are the wget options to populate litespeed cache
-
My hosting provider supports litespeed but not the litespeed crawler to populate the cache.
I’m trying to use wget to populate the cache but haven’t been able to figure out the appropriate options to make this happen.
I’ve tried the following:
wget –save-cookies cookies.txt –no-cache –no-proxy -p -U “Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36” https://mywebsite.com/example/
but the page doesn’t get cached. When I browse with a real web browser the page doesn’t display instantly like it would when it’s cached.
I’ve run the wget from both the web host as well as from a remote client but have been unsuccessful.
What wget options should I use to populate the litespeed cache?
- The topic ‘What are the wget options to populate litespeed cache’ is closed to new replies.