silverstripe / staticpublishqueue
Static publishing queue to create static versions of pages for enhanced performance and security
Installs: 43 432
Dependents: 4
Suggesters: 1
Security: 0
Stars: 46
Watchers: 20
Forks: 57
Open Issues: 10
Type:silverstripe-vendormodule
Requires
- php: ^7.4 || ^8.0
- silverstripe/cms: ^4
- silverstripe/config: ^1
- silverstripe/framework: ^4.6
- silverstripe/versioned: ^1.6
- symbiote/silverstripe-queuedjobs: ^4.5
Requires (Dev)
This package is auto-updated.
Last update: 2023-02-02 22:12:40 UTC
README
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.
Requirements
- "silverstripe/framework": "^4.0.2",
- "silverstripe/cms": "^4",
- "silverstripe/config": "^1",
- "symbiote/silverstripe-queuedjobs": "^4.5",
- "silverstripe/versioned": "^1.0.2"