Did you clear browser cache? _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Boris Popov wrote:
> Did you clear browser cache? > > Cheers! > > -Boris (via BlackBerry) > Yes, I restarted my browser. And I restarted my image too, just for good measure. /Frank _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
That is probably not sufficient.
Type about:config into the URL box. Type cache into Filter. Set network.http.use-cache to false. - Sophie "Squeaker" <[hidden email]> wrote in message news:fspagu$hec$[hidden email]... > Boris Popov wrote: >> Did you clear browser cache? >> >> Cheers! >> >> -Boris (via BlackBerry) >> > > Yes, I restarted my browser. And I restarted my image too, just for good > measure. > > /Frank _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Sun, Mar 30, 2008 at 8:36 PM, itsme213 <[hidden email]> wrote:
> That is probably not sufficient. > > Type about:config into the URL box. > > Type cache into Filter. > > Set network.http.use-cache to false. > Why is this necessary? Isn't it possible to add the appropriate headers to the returned javascript when it is changed? This is the normal web behavior and would prevent fiddling with settings you should not need to in your browser? Dave > - Sophie > > "Squeaker" <[hidden email]> wrote in message > news:fspagu$hec$[hidden email]... > > > > Boris Popov wrote: > >> Did you clear browser cache? > >> > >> Cheers! > >> > >> -Boris (via BlackBerry) > >> > > > > Yes, I restarted my browser. And I restarted my image too, just for good > > measure. > > > > /Frank > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- Dave Bauer [hidden email] http://www.solutiongrove.com _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
"Dave Bauer" <[hidden email]> wrote in message
> Why is this necessary? Isn't it possible to add the appropriate > headers to the returned javascript when it is changed? Quite possible, if I knew how :-) This was just what worked for me after much aggravation. - Sophie _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Sophie424
> That is probably not sufficient.
> I use a firefox addon, web developer bar that gives (among others) the possibility to desactivate/reactivate the cache. Even quicker than restarting the browser :) Cédrick _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Sophie424
On 31/03/2008, itsme213 <[hidden email]> wrote:
> "Dave Bauer" <[hidden email]> wrote in message > > > > Why is this necessary? Isn't it possible to add the appropriate > > headers to the returned javascript when it is changed? > > > Quite possible, if I knew how :-) This was just what worked for me after > much aggravation. > There is Last-Modified header to specify the date when static content changed last time. And then, browser will send If-Modified-Since request, and server can act as following: The If-Modified-Since request-header field is used with a method to make it conditional: if the requested variant has not been modified since the time specified in this field, an entity will not be returned from the server; instead, a 304 (not modified) response will be returned without any message-body. http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html > - Sophie > > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by squeakman
Also to reload the page without using caches you can click the reload button holding the shift key
cheers, Sebastian Sastre > -----Mensaje original----- > De: [hidden email] > [mailto:[hidden email]] En nombre > de Squeaker > Enviado el: Domingo, 30 de Marzo de 2008 21:17 > Para: [hidden email] > Asunto: [Seaside] Re: SULibrary and prototypeJs > > Boris Popov wrote: > > Did you clear browser cache? > > > > Cheers! > > > > -Boris (via BlackBerry) > > > > Yes, I restarted my browser. And I restarted my image too, just for > good measure. > > /Frank > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |