Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HTTP cache, any use?

on my server i've upgraded my internal nic from 100mbit to gigabit and i was curious what's my maximum speed on that nic with transparent proxy and enabled cache. to my surprise the wan and internal maximum inbound and outbound speeds are identical 8mbit and 1mbit, it seems enabling the cache doesn't really has any positive effect. is it really so?


This thread was automatically locked due to age.
Parents
  • It probably depends on how the ASG handles GET requests.  When you press F5, the client sends a GET with an "If-Modified-Since" header and the proxy should only download the entire file if the content has changed.  When you press Ctrl-F5, the browser sends a GET request without the IMS, meaning that it wants to get the fresh content. It sounds like when the ASG proxy receives that GET, then it, in turn, does a get, instead of modifying it to an IMS request.  If it were to convert it to an IMS, and as long as the Last-Modified header is not later than what it has in cache, it should serve the page from cache.
Reply
  • It probably depends on how the ASG handles GET requests.  When you press F5, the client sends a GET with an "If-Modified-Since" header and the proxy should only download the entire file if the content has changed.  When you press Ctrl-F5, the browser sends a GET request without the IMS, meaning that it wants to get the fresh content. It sounds like when the ASG proxy receives that GET, then it, in turn, does a get, instead of modifying it to an IMS request.  If it were to convert it to an IMS, and as long as the Last-Modified header is not later than what it has in cache, it should serve the page from cache.
Children
No Data