zepgram / module-fasterize
Manage Fasterize cache from Magento admin and auto-trigger cache flush when it's necessary by using the Fasterize API service
Installs: 3 242
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: ^101.0.0|^102.0.0|^103.0.0
- magento/module-store: ^100.0.0|^101.0.0
- zepgram/module-base: ~0.0.1
This package is auto-updated.
Last update: 2024-10-29 05:59:55 UTC
README
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
Then, at least one store must be enabled to access the Fasterize cache manager
Flush action is explicitly rendered
Control access to the cache through Magento ACL
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