https://github.com/zepgram/module-fasterize
Magento2 module to manage Fasterize cache flushing. Includes auto-flush on events and management from back-office.
https://github.com/zepgram/module-fasterize
cdn cloud-computing fasterize magento2 magento2-module performance-optimization
Last synced: 6 months ago
JSON representation
Magento2 module to manage Fasterize cache flushing. Includes auto-flush on events and management from back-office.
- Host: GitHub
- URL: https://github.com/zepgram/module-fasterize
- Owner: zepgram
- License: mit
- Created: 2019-10-30T17:55:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T10:11:21.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T00:09:29.002Z (10 months ago)
- Topics: cdn, cloud-computing, fasterize, magento2, magento2-module, performance-optimization
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

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