Cache warmup

Quick tip: use wget to crawl your website after a cache clear. For each page that is hit, the cache will be regenerated. Thanks to spider mode, the pages won't actually be downloaded.

wget --no-clobber --spider --random-wait -r -p --level 3 -E -e robots=off -U mozilla https://romanesco.info/ 

Hopsakee, fresh cache!