Sure. I spent 5 hours and i can give to the comunity something working without malwares and obfuscated code.
usage : ./cache-warmup.sh https://example.net/sitemap.xml
It works as cron job :
10 7 * * * /warmup-cache/cache-warmup.sh https://example.com/sitemap_index.xml > /dev/null
You can...