Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.32 KB

Static Publisher with Queue

Build Status Scrutinizer Code Quality SilverStripe supported module Code Coverage

Brief

This module provides an API for your project to be able to generate a static cache of your pages to enhance performance by not booting SilverStripe in order to serve requests.

It generates the cache files using the QueuedJobs module.

Docs

Requirements

  • "silverstripe/framework": "^4.0.2",
  • "silverstripe/cms": "^4",
  • "silverstripe/config": "^1",
  • "symbiote/silverstripe-queuedjobs": "^4.5",
  • "silverstripe/versioned": "^1.0.2"