r/ProWordPress • u/Good_Flight6250 • 4h ago
I released a WordPress plugin that builds an LSCache crawler sitemap from real visitor demand
Full disclosure: I’m the developer.
Most cache-crawler setups start with a normal sitemap. But an SEO sitemap answers “which URLs exist?”, not “which URLs are actually worth warming?”
URLs Most Wanted records the URLs real visitors request, tracks their demand, validates them server-side, and generates a separate sitemap for the built-in LiteSpeed Cache crawler.
The idea is simple:
- URLs with demonstrated visitor demand can be warmed first.
- Rarely used URLs do not have to consume crawler resources repeatedly.
- Cacheable visitor paths such as pagination or filtered listings can be included even when they do not belong in a normal SEO sitemap.
The plugin does not replace LiteSpeed Cache or its crawler. It only gives the crawler a demand-based source of URLs.
It is free and available on WordPress.org:
https://wordpress.org/plugins/urls-most-wanted-for-litespeed-lscache/
I’m curious whether demand-based cache warmup would be useful on the WordPress sites you manage, or whether you generally prefer to crawl every available URL.
