o0111 / ruralcafe

Automatically exported from code.google.com/p/ruralcafe
0 stars 0 forks source link

Dynamic content caching #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Caching dynamic content is going to be a bit tricky. There are several research 
papers about this for the server side to reduce load.

The basic purpose is for cases where the local proxy is behind an intermittent 
or very slow connection and pages aren't rendered properly so having the entire 
page cached including (possibly stale) dynamic content means that the page will 
be displayed more closely to how the web designer intended. Currently, there 
are a lot of pages that are garbled because the dynamic objects aren't there in 
the cache.

This is going to be a bit challenging to implement, and ideas are welcome.

Original issue reported on code.google.com by shouldab...@gmail.com on 3 Oct 2010 at 8:05

GoogleCodeExporter commented 8 years ago
As a result of this issue the uncacheable pages are not being included in 
response packages from the remote proxy.

Original comment by shouldab...@gmail.com on 10 Oct 2010 at 8:40