Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
bcgeneratestaticcache | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
bcgeneratestaticcache is a command line script that provides a command line script to use to generate static cache using command line options
This extension is now compatible and tested with eZ Publish 5.x+ (Legacy) and PHP 8.2.3
Tested with eZ Publish Community Project 2014.07 and 2013.05 and 2019.11
This script depends on autoloads to function
To use this script you must first regenerate autoloads for your installation
php ./bin/php/ezpgenerateautoloads.php;
The complete extension usage documentation is included in the file doc/USAGE.
This solution was originally based on the makestaticcache_cli extension by Damien Pobel
This solution was compatible with eZ Publish 4.x (See GitHub repository's 4.x branch for older version)
This solution was largely gutted by Brookins Consulting to replace old code with proven code to generate static cache node content to disk from bcimagealias which had largly proven a greater success at the time of writting.