Starbuck wrote:
> Zynga games published through Facebook download thousands of assets
> into the browser, and I don't think any of them make use of cache. The
> performance is awful. I don't think they set ETags nor set expiration
> dates on anything.
If all you want is change the cacheability of objects by setting headers
differently, Fiddler can do that easily. For example, you could set
Fiddler to respond to any request containing If-Modified-Since or
If-Match headers with a 304 Not modified response (selectively for those
resources you never want to refresh).
> Can I get all files with specific extensions to use local resources on
> request rather than going all the way back to remote servers? This
> would include all images and many/all SWF files.
>
Fiddler can certainly do that too, serving files from local disk or
rerouting requests to another location which has cached (and cacheable)
copies of the original documents.
> Is there a proxy server somewhere that would be more appropriate for
> this specific application?
>
Fiddler will work for this but is more of a diagnostics/development tool
than a Web accelerator, a standard caching proxy may be a better choice
for what you are trying to do, for example
http://www.squid-cache.org/--
Klaus Johannes Rusch
Klaus...@atmedia.net
http://www.atmedia.net/KlausRusch/