Caches as much as possible (completely avoid parser and template engine).
It's not that Phile is slow, but the markup-parser and template-engine take their toll. Also it's liberating not to have to worry about (your own) lazily written plugins.
"require": {
"siezi/phile-total-cache": "*"
}
- Install Phile
- copy this plugin into
plugins/siezi/phileTotalCache
After you have installed the plugin you need to activate it. Add the following line to Phile's root config.php
file:
$config['plugins']['siezi\\phileTotalCache'] = ['active' => true];
See plugin config.php
file.