Static publish queue#

The static publish queue module enhances your website's performance by generating static HTML versions of your pages. These pre-generated files are served directly from the webserver, bypassing the need to process requests through PHP and the database, which significantly reduces server load and improves page load times.

Installation#

bash
composer require silverstripe/staticpublishqueue

GitHub repository#

https://github.com/silverstripe/silverstripe-staticpublishqueue