Preload for important pages




Wordpress LScache Plugin: Preload for important pages

Last Updated on: Wed, 15 Apr 2026 00:00:02
Hi, is it possible to evaluate this feature? Repeated preload (for example every 10 minutes) for important pages and their dynamic links. That is, if you have important pages (to improve UX), each link contained in that page is preloaded by the crawler. For sites with many pages or posts this might be important. Currently, it would take the crawler many hours to create a preload cache of 50,000 or 100,000 pages. Thank you. Hi, Duly noted. meanwhile , a simple workaround: if you have shell access, you can easily create a shell script use curl to mimic visitor behaviors to preload. so you can use curl to access the pages you want to keep warm , or extract the links from page and loop it. Best regards, thanks for the idea Regards Hi, creating a command line with curl does not save the page cache. In summary: I delete the cache of a page, curl www.mysite.com/mypage/ via SSH command line, view the code of the cached page just created by LiteSpeed plugin, load the page via incognito mode and it is not in cache. Why? PS.Curl is perfectly installed on my Ubuntu server Hi, You need to mimic full Chrome header , e.g. curl https://blog.litespeedtech.com/ -H authority: blog.litespeedtech.com -H pragma: no-cache -H cache-control: no-cache -H upgrade-insecure-requests: 1 -H user-agent: Mozilla/5.0 (Macintosh Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.47 -H accept: text/html,application/xhtml+xml,application/xml q=0.9,image/webp,image/apng, / q=0.8,application/signed-exchange v=b3 q=0.9 -H sec-fetch-site: none -H sec-fetch-mode: navigate -H sec-fetch-user: ?1 -H sec-fetch-dest: document -H accept-language: zh-CN,zh q=0.9,en-US q=0.8,en q=0.7,zh-TW q=0.6,es q=0.5 -H cookie: _gcl_au=1.1.1077311563.1605647950 _ga=GA1.2.814724129.1605647950 _fbp=fb.1.1605647950237.564240412 _ga=GA1.3.814724129.1605647950 _gid=GA1.2.1024169215.1606006454 _gid=GA1.3.1024169215.1606006454 _gat_UA-49122931-1=1 --compressed compression , user-agent , accept header these could also effect curl result. Best regards, Thank you!



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference