A PHP library to warm up website caches of URLs located in XML sitemaps.
Report Bug · Request Feature · Join Discussions · Latest Release · Sponsor
- Warm up caches of URLs located in XML sitemaps
- Console command and PHP API for cache warmup
- Out-of-the-box support for sitemap indexes
- Exclusion patterns for sitemaps and URLs
- Various crawling strategies to modify crawling behavior
- Support for gzipped XML sitemaps
- Interface for custom crawler implementations
# Download latest release
curl -O https://cache-warmup.dev/cache-warmup.phar
chmod +x cache-warmup.phar
# Run cache warmup
./cache-warmup.phar "https://www.example.com/sitemap.xml"
Find more installation methods in the official documentation.
Find all available installation methods, configuration options and customization opportunities in the official documentation.
Please have a look at CONTRIBUTING.md
.
This project is licensed under GNU General Public License 3.0 (or later).