Skip to content

zepgram/module-fasterize

Repository files navigation

Fasterize

Manage Fasterize cache from Magento admin and auto-trigger cache flush when it's necessary by using the Fasterize API service.

Installation

composer require zepgram/module-fasterize
bin/magento module:enable Zepgram_Fasterize
bin/magento setup:upgrade

Configuration

Enter your Fasterize configuration under Stores > Configuration > Zepgram image

Then, at least one store must be enabled to access the Fasterize cache manager image

Flush action is explicitly rendered image

Control access to the cache through Magento ACL image

Events

Fasterize flush will be automatically triggered on those native Magento events:

clean_media_cache_after
clean_catalog_images_cache_after
assign_theme_to_stores_after
adminhtml_cache_refresh_type
adminhtml_cache_flush_all

Logs

Every request are logged and can be found under /var/log/zepgram/fasterize.log

About

Magento2 module to manage Fasterize cache flushing. Includes auto-flush on events and management from back-office.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published