neosrulez/neos-cachebuilder

There is no license information available for the latest version (0.0.1) of this package.

A frontend cache builder for Neos CMS.

0.0.1 2023-04-04 05:48 UTC

This package is not auto-updated.

Last update: 2024-04-17 08:45:28 UTC


README

A Neos CMS package that warms up the frontend caches.

Installation

Just run:

composer require neosrulez/neos-cachebuilder

Configuration

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

Usage

Run it when you start your instance or run it as a cron job:

flow cache:build

or

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

to use a specific sitemap

Author