Skip to content

Automatically exported from code.google.com/p/twicecache

Notifications You must be signed in to change notification settings

CloudColonizer/twicecache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twice is a proxy server that uses caching and partial rendering to reduce load on application servers.

Features at a Glance:

    * In-memory cache
    * Basic templating language to render dynmaic page elements
    * Intelligent reverse proxy (Squid like functionality)
    * HTTP header and cookie inspection 

Like what you see? Keep reading...
Detailed Overview:

Twice is a caching reverse-proxy webserver with a templating language and plugable page element rendering engine. You can configure Twice on a per page basis by adding extra HTTP headers to your application server's responses.

It is best to run Twice behind hardened web server (like Apache, Lighttpd, or Nginx). These programs are better suited to serve static content like images and css files. Other requests hit Twice, which serves cached responses when it can. If Twice can't serve a page, it will proxy the request through to the application server(s) and intelligently cache the response.
Case Study:

At Justin.tv we use Twice to serve the majority of dynamic page views (to the tune of 6-8 million pages per day). Here are some of the things it does:

    * Temporarily caches pages that update frequently
    * Renders cached pages in foreign languages by inspecting HTTP headers
    * Renders usernames at the top of every page by inspecting browser cookies
    * Renders page view counts into cached pages on demand by reading memcached keys 

Twice cut our peak application server load by 78% and reduced our average page load time by 50% overnight.

About

Automatically exported from code.google.com/p/twicecache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages