Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created August 21, 2012 20:13
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save fbrnc/3418992 to your computer and use it in GitHub Desktop.
Save fbrnc/3418992 to your computer and use it in GitHub Desktop.
Magento Cache Warming
curl --silent http://example.com/sitemap.xml | xpath -q -e "/urlset/url/loc/text()" > tmp.urls && siege -v -c 1 -r `cat tmp.urls | wc -l` -f tmp.urls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment