We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
Tags:
create new tag
, view all tags

Feature Proposal: Performance With Apache ModCache?

Motivation

Caching using apache module could lead to improve caching with few coding effort.

Description and Documentation

The apache mod_cache module seems to be mature enought by now to help improve TWiki's performance. Using this apache standard module would not affect coding, just configuration :

Examples

  • Images and files located in the twiki/pub directory

Impact

WhatDoesItAffect: Documentation, Install

Implementation

-- Contributors: OlivierThompson - 02 Sep 2008

Discussion

mod_cache adds little on top of enabling ETags and the mod_expire settings - which I Blogged about and added to the ApacheConfigGenerator many months ago - which avoids having a browser re-request the static files, thus saving the server in many more ways.

It would be interesting to know some actual performance numbers - I tried out mod_cache last year, and found that it wasn't an improvement.

-- SvenDowideit - 03 Sep 2008

How does this relate to CacheControlHeaders? There are some useful links at BrowserAndProxyCacheControl and CategoryCaching. Generally I see HTTP headers that control caching as a useful add-on to server-side caching, but it's not easy to get this right in all cases particularly with dynamic pages.

-- RichardDonkin - 09 Sep 2008

 
Topic revision: r3 - 09 Sep 2008 - 13:03:13 - RichardDonkin
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback