aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-19 19:43:52 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-19 19:43:52 +0000
commit86757df529f246e87a1c5a106bffb678ceaf7656 (patch)
tree1aab1a9b2b2e35d8834d6972744b9df96362d3cd /www/Makefile
parentba140ee51baca40c106e470ed352323b09c8ccff (diff)
Many dynamic websites perform heavy processing on most pages, yet this
information may rarely change from request to request. Using the PageCache plugin, you can cache the full output of different pages so they are served to your visitors as fast as possible. This method of caching is very useful for withstanding a Slashdotting, for example. This plugin requires that you also load a Cache plugin. Please see the Known Issues when choosing a cache backend. WWW: http://search.cpan.org/dist/Catalyst-Plugin-PageCache/ PR: ports/90661 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes: svn path=/head/; revision=151585
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 16c8b1afb465..fcd713d66f7f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -505,6 +505,7 @@
SUBDIR += p5-Catalyst-Plugin-FormValidator
SUBDIR += p5-Catalyst-Plugin-FormValidator-Simple
SUBDIR += p5-Catalyst-Plugin-I18N
+ SUBDIR += p5-Catalyst-Plugin-PageCache
SUBDIR += p5-Catalyst-Plugin-Pluggable
SUBDIR += p5-Catalyst-Plugin-Prototype
SUBDIR += p5-Catalyst-Plugin-Session