2011/5/1 Peter Valdemar Mørch <[email protected]> > On May 1, 10:11 pm, Pedro Simonetti Garcia <[email protected]> > wrote: > > Hi there, > > > > How are you loading Firebug Lite? Via bookmarklet? > > Yes > > > > > Try this: > > 1) clear your browser's cache. > > 2) load the bookmarklet. does it work? > > Yes (After I recreated the bookmarklet from scratch. The one I had > didn't work) > > > 3) reload the page > > 4) load the bookmarklet again. does it work? > > No > > So, this indicates that this is a cache issue.
> > It seems that there are some cache issues with IE6. Actually the problem > > seem to happen when you use cache + gzip compression. > > > > Also, please see the following issue and let me know if you have the same > > problem:http://code.google.com/p/fbug/issues/detail?id=3549 > > Yes, I think so. It seems that when I issue Tools / Internet Options / > Delete Files, then the bookmarklet works once and once only. I haven't > been able to determine if it is a gzip issue though. But the observed > behavior is similar. > > I'm pretty sure that this is the case. I investigated this issue a while ago and came to a conclusion that when both cache (future expires header) and gzip are enabled, it will fail after the first execution. IE6 will load only ~10% of the code (the size of the compressed JavaScript file) from the cache, resulting in a strange error message. If you use Fiddler you can see that only a portion of the file was loaded. If I disable the cache, or the compression, it works. But at that time I could not find anyone else to reproduce the problem so I thought it was something strange in my setup. I guess the best solution for this case would be disable the compression for IE6, once the cache is still more important. But our website is hosted at Mozilla's infrastructure so I have to ask them if it is possible to do that. Please star the following issue so you get notified when I have news regarding this problem. In the meantime you can clear the cache, or use a local installation (providing that you don't use gzip + compression). http://code.google.com/p/fbug/issues/detail?id=3549 regards, Pedro Simonetti. Peter > > -- > You received this message because you are subscribed to the Google Groups > "Firebug" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/firebug?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
