sasky / silverstripe-staticpublishqueue

This module allows you to build static HTML caches of every page (for increased security and performance)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Publisher with Queue

Build Status Scrutinizer Code Quality 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

Maintainers

Requirements

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

About

This module allows you to build static HTML caches of every page (for increased security and performance)


Languages

Language:PHP 99.2%Language:Scheme 0.8%