Kirby Team Kirby Team

Staticache

Staticache gives you the performance of a static site generator for your regular Kirby installations.

Manual

Download and extract the folder to site/plugins/staticache

Composer

Git Submodule

return [
  'cache' => [
    'pages' => [
      'active' => true,
      'type'   => 'static'
    ]
  ]
];
Version
1.0.3
License
MIT
Stars
90
Supports
K4 K3
More