NAME

Kwiki::CachedDisplay - Speed-up Kwiki page display by caching

SYNOPSIS

kwiki -add Kwiki::CachedDisplay

DESCRIPTION

This module use pre-generated page upon rendering, so that each successive page-rendering takes no time in parsing and template-processing. After you install this plugin, new pages will automatically have pre-generated HTML copies on disk. HTML copies for old pages will be generated by next time anyone visit them.

If somehow you want to remove the generated HTML pages, they are under plugin/cached_display directory.

If there are some pages that you never want it to be cached, edit your config.yaml and add a new list called cached_display_ignore. For example:

cached_display_ignore:
- SandBox
- HomePage

That would simply not cache SandBox and HomePage.

COPYRIGHT

Copyright 2005 by Kang-min Liu <gugod@gugod.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>