Skip to content

Instantly share code, notes, and snippets.

@mpchadwick
Created January 18, 2017 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpchadwick/1bb7224bf9a6544d21249f3b365cb7de to your computer and use it in GitHub Desktop.
Save mpchadwick/1bb7224bf9a6544d21249f3b365cb7de to your computer and use it in GitHub Desktop.
flush-magento-home-page-fpc.sh
php -r 'require_once("app/Mage.php"); Mage::app(); $id = Mage::getModel("cms/page")->load(Mage::getStoreConfig("web/default/cms_home_page"))->getId(); Enterprise_PageCache_Model_Cache::getCacheInstance()->clean("CMS_PAGE_" . $id);'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment