Skip to content

Adds a Flush command to cache page in admin area, Cache flush is performed trough curl request with PURGE option.

License

Notifications You must be signed in to change notification settings

eriksimonic/magento-page_speed_cache_flush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Magento - Google page speed cache flush from admin Area

This module add a button to Magento cache page, When clicked it will trigger a curl request to the current http_host with [schema]://[host_name]/* PURGE

You need to configure page speed to accept PURGE commands. https://developers.google.com/speed/pagespeed/module/system

Apache:

ModPagespeedEnableCachePurge on
ModPagespeedPurgeMethod PURGE

Nginx:

pagespeed EnableCachePurge on;
pagespeed PurgeMethod PURGE;

PageSpeed is minimu version of 1.9.32.1

About

Adds a Flush command to cache page in admin area, Cache flush is performed trough curl request with PURGE option.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published