zepgram/module-fasterize

通过Fasterize API服务,从Magento管理员界面管理Fasterize缓存,并在必要时自动触发缓存刷新

安装次数: 3,242

依赖项: 0

建议者: 0

安全性: 0

星标: 6

关注者: 2

分支: 1

开放问题: 0

类型:magento2-module

0.0.3 2021-03-29 10:10 UTC

This package is auto-updated.

Last update: 2024-08-29 05:18:39 UTC


README

通过使用Fasterize API服务,从Magento管理员界面管理Fasterize缓存,并在必要时自动触发缓存刷新。

安装

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

配置

在“商店”>“配置”>“Zepgram”下输入您的Fasterize配置image

然后,至少必须启用一个商店以访问Fasterize缓存管理器image

显式渲染刷新操作image

通过Magento ACL控制对缓存的访问image

事件

Fasterize刷新将在以下原生Magento事件上自动触发

clean_media_cache_after
clean_catalog_images_cache_after
assign_theme_to_stores_after
adminhtml_cache_refresh_type
adminhtml_cache_flush_all

日志

每个请求都会被记录,并且可以在/var/log/zepgram/fasterize.log下找到。