Linux 软件免费装
Banner图

URLs Most Wanted for LiteSpeed LScache

开发者 Imedes
更新时间 2026年7月11日 16:09
PHP版本: 6.2 及以上
WordPress版本: 7.1
版权: GPLv3
版权网址: 版权信息

标签

cache sitemap crawler LiteSpeed warmup

下载

1.0.0

详情介绍:

URLs Most Wanted gives the LiteSpeed Cache crawler the information it is missing: which URLs are actually worth warming. What this means for your cache warmup LiteSpeed Cache provides a crawler. The LiteSpeed cache engine provides the technical foundation for fast cached delivery. But the standard setup cannot answer one important question: Which URLs should the crawler warm first, and which URLs are not worth the effort? The usual answer is the sitemap. A sitemap is useful. It tells search engines which URLs exist and which content should be discoverable. But that is an SEO question, not a cache-warmup question. A URL can exist without being wanted. A URL can be listed in a sitemap without ever being visited. And many URLs that visitors actually use, such as pagination, filtered listings or other cacheable visitor paths, may not belong in a search-engine sitemap at all. So why should cache warmup treat every sitemap URL as equally important? It should not. Every crawl creates work. The crawler has to request URLs, generate cache entries and use server resources while it does so. On a powerful dedicated server this may be tolerable. On shared hosting, unnecessary crawler work can become visible server stress that affects the website while the warmup is running. LiteSpeed Cache includes a Server Load Limit, but on shared hosting that value may reflect the load of the entire server rather than the load created by one account. Choosing a threshold cannot make irrelevant crawl work useful. The workload you can control directly is the number of URLs the crawler has to process. The consequence is simple:
The less relevant work a warmup performs, the more efficiently it can serve the URLs that matter.
A sitemap may change when content changes, but it cannot adapt to actual demand. It does not know which URLs visitors use today, which pages they ignore, or whether a cacheable URL outside the SEO sitemap has become important. That is the gap URLs Most Wanted closes. URLs Most Wanted records visitor-requested URLs and stores them with their hit count, creation date and last modified date. From this real usage data, it creates an alternative sitemap for the built-in LiteSpeed Cache crawler. Instead of warming a generic list of URLs because they exist, the crawler can warm the URLs that have proven to be useful. This is not prediction. It is proven demand. The recorded hit counts also reveal which URLs have no demonstrated warmup value. That does not automatically make their content disposable, but it makes clear where cache-warmup resources are not creating a benefit. In practice, a large share of a website's URLs may receive little or no traffic. Long-term traffic analysis can reveal that up to 70% of URLs are rarely or never requested. Warming those URLs again and again is not cache strategy. It is resource waste. URLs Most Wanted changes the economics of cache warmup: The plugin does not replace the LiteSpeed Cache crawler. It gives the crawler a better source of URLs. Built for LiteSpeed Cache URLs Most Wanted is designed specifically for LiteSpeed Enterprise or OpenLiteSpeed together with the LiteSpeed Cache for WordPress plugin. The plugin uses a LiteSpeed capability that other LiteSpeed-focused solutions do not normally expose. It keeps the effort required for recording visitor demand exceptionally low. URL recording happens asynchronously and is designed not to affect frontend delivery or PageSpeed measurements. The result is deliberately simple: UMW collects the demand data, LiteSpeed Cache performs the warmup, and your server spends its resources where they have a reason to be spent. Administration URLs Most Wanted is intentionally unobtrusive. The administration screen lets you review saved URLs, their hit counts and timestamps. You can: Nothing changes in the way LiteSpeed Cache warms the cache. You simply configure its crawler to use the UMW sitemap instead of a generic SEO sitemap.

安装:

Install URLs Most Wanted like any other WordPress plugin. Beyond the LiteSpeed Cache requirements, no additional setup is required before UMW can begin recording visitor-requested URLs. To use the UMW sitemap for cache warmup, configure the LiteSpeed Cache crawler to use the sitemap generated by URLs Most Wanted. When the plugin is uninstalled, its files, database entries and file changes, including .htaccess changes, are removed without residue.

常见问题:

Why not simply use my normal sitemap?

A normal sitemap is made for search-engine discovery. It shows which URLs exist, not which URLs have real visitor demand. It can contain URLs that are rarely used and omit cacheable visitor paths such as pagination or filtered listings. UMW creates a sitemap for cache warmup based on real usage instead.

Can this plugin be used with other cache plugins?

No. URLs Most Wanted is made specifically for LiteSpeed Cache and requires LiteSpeed Enterprise or OpenLiteSpeed together with the LiteSpeed Cache for WordPress plugin.

Does this plugin affect the loading time of my website?

URL recording is asynchronous and is designed not to affect frontend delivery or PageSpeed measurements. UMW uses a LiteSpeed capability that other LiteSpeed-focused solutions do not normally expose, keeping the additional recording effort exceptionally low.

Does UMW predict which URLs will become popular?

No. UMW does not predict demand. It records proven demand from visitor-requested URLs and uses that information for future cache warmup.

Is it possible to import a list of URLs?

No. Importing arbitrary URLs would distort the purpose of UMW. The sitemap is meant to represent actual usage, not an externally assembled URL list. Manual database changes via phpMyAdmin are possible, but they are outside the normal workflow.

Can I generate the sitemap automatically?

Yes. UMW can generate its sitemap manually or automatically once per day through WP-Cron.

Why can't I activate UMW Capture?

UMW Capture is activated only when its technical requirements are met. It cannot be activated on Quic.cloud or o2switch hosting. Quic.cloud does not provide the POST caching capability required by UMW Capture. On o2switch, LiteSpeed operates only as an upstream proxy while the WordPress origin runs on Apache. These are hard technical exclusions, not configuration issues, and there is no supported workaround.

更新日志:

1.0 - March 28 2026