neosrulez/neos-cachebuilder

此包的最新版本(0.0.1)没有可用的许可证信息。

Neos CMS 的前端缓存构建器。

0.0.1 2023-04-04 05:48 UTC

This package is not auto-updated.

Last update: 2024-09-18 10:38:57 UTC


README

一个用于预热 Neos CMS 前端缓存的 Neos CMS 包。

安装

只需运行

composer require neosrulez/neos-cachebuilder

配置

NeosRulez:
  Neos:
    CacheBuilder:
      sitemaps:
        - https://acme.com/sitemap.xml

用法

在启动实例时运行它或将其作为 cron 作业运行

flow cache:build

flow cache:build --sitemap https://acme.com/sitemap.xml

使用特定的站点地图

作者