Manage Fasterize cache from Magento admin and auto-trigger cache flush when it's necessary by using the Fasterize API service.
composer require zepgram/module-fasterize
bin/magento module:enable Zepgram_Fasterize
bin/magento setup:upgrade
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
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
Every request are logged and can be found under /var/log/zepgram/fasterize.log