sunnysideup / staticpublishqueue
Static publishing queue to create static versions of pages for enhanced performance and security
Installs: 144
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 57
Type:silverstripe-vendormodule
Requires
- ext-zlib: *
- silverstripe/recipe-cms: ^4.0 || ^5.0
- symbiote/silverstripe-queuedjobs: *
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3
This package is auto-updated.
Last update: 2024-10-25 03:44:25 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.0.6",
- "silverstripe/versioned": "^1.0.2"