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 Caching - Web Developers - Page Update

Morning

Does anyone know of a way I can have a particular user not use the http cache on the astaro?

Basically my web designer is complaining that since I introduced the astaro it can take upto 30 minutes for changes to web sites he has made to display in his browser.  He is obviously checking his work and finding it difficult.

If anyone know hows to allow a user to bypass to the cache or even a particular website not to cache that would be great.

I don't want any of my users to bypass the entire proxy and I like the cache feature because it is faster.


This thread was automatically locked due to age.
  • Hi, has he tried Shift-Refresh in his browser?

    If that doesn't work, I'd recommend filing a bug report with Astaro.

    Barry
  • PaulM, I'm probably not in the majority with my opinion, but I think that using the cache feature for any group of people is unlikely to improve performance.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Why don't you just put the developer on http skiplist. He should have full access to the internet specially if he is developing websites offsite.
  • PaulM, I'm probably not in the majority with my opinion, but I think that using the cache feature for any group of people is unlikely to improve performance.

    Cheers - Bob


    I have actually disabled it but the same problem persists, i can see in the http log traffic still has a cached=1. i can only guess this means either the requested item has been found in the cache or it has now been cached.  I would expect everything to have cached=0 with the cached option turned off?

    The company as a whole is requesting between 2-3Gb of data on http daily I thought the cache option might speed up the requests.
  • Why don't you just put the developer on http skiplist. He should have full access to the internet specially if he is developing websites offsite.


    The company want to log all http traffic, so I dont think this is an option for me.

  • Does anyone know of a way I can have a particular user not use the http cache on the astaro?


    You'll have the option to exclude particular URL's from caching in the upcoming 7.500 Release. But you won't need this because of:


    Basically my web designer is complaining that since I introduced the astaro it can take upto 30 minutes for changes to web sites he has made to display in his browser.  He is obviously checking his work and finding it difficult.


    That will change as well in 7.500 - in former versions, the proxy cached content without a expires/cache-control header for
    30 minutes. Starting with 7.500 it will send a conditional GET request to the server and fetch the content if it was changed.

    Regards,

    Sven.
  • Thanks Sven & thanks guys for your response.

    Now waiting for 7.5 [:)]