siezi/phile-total-cache

Cache Plugin for PhileCMS

Installs: 49

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:phile-plugin

pkg:composer/siezi/phile-total-cache

2.0.1 2018-02-10 12:35 UTC

This package is auto-updated.

Last update: 2025-09-29 01:26:28 UTC


README

Caches as much as possible (completely avoid parser and template engine).

chart

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.

Project Home

1.1 Installation (composer)

"require": {
   "siezi/phile-total-cache": "*"
}

1.2 Installation (Manual Download)

  • Install Phile
  • copy this plugin into plugins/siezi/phileTotalCache

2. Activation

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];

3. Configuration

See plugin config.php file.