https://github.com/madetech/cache-warming
Warm up any site cache by using a sitemap XML
https://github.com/madetech/cache-warming
Last synced: 8 months ago
JSON representation
Warm up any site cache by using a sitemap XML
- Host: GitHub
- URL: https://github.com/madetech/cache-warming
- Owner: madetech
- License: bsd-3-clause
- Created: 2016-08-19T13:19:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T16:44:14.000Z (almost 10 years ago)
- Last Synced: 2025-01-25T14:12:01.287Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cache Warming [](https://travis-ci.org/madetech/cache-warming)
## Purpose
To crawl every URL available in an XML sitemap, to warm up any cache that is put in front of those URLs.
## Configuring
Copy config.sample.php to config.php and place the URLs of all the sitemaps you wish to crawl.
## Running
```bash
$ php app/run.php
```
##Credits
Developed and maintained by [Made](http://www.madetech.co.uk?ref=github&repo=cache-warming).
[](http://www.madetech.co.uk?ref=github&repo=cache-warming)
Key contributions:
* [Craig J. Bass](https://github.com/craigjbass)
##License
Licensed under [New BSD License](https://github.com/madetech/cache-warming/blob/master/LICENSE)