Issue 2949 <http://code.google.com/p/fbug/issues/detail?id=2949> describes a way how to get to know about whether a response was gzipped. You may want to post a comment there (plus a backlink to this discussion thread).
Sebastian On Monday, July 29, 2013 12:06:34 PM UTC+2, Markus Staab wrote: > > Compressing javascript,css,html,json content with gzip or deflate is an > important topic when optimizing websites. > > we sometimes got the problem, that e.g. apache optimizes javascripts > served with application/javascript content type, but not > x-application/javascript etc. > because we tend to use libraries for a lot of things we cannot define the > content-type which is used everywhere, but we rely on the defaults. > > therefore the same page serves javascripts sometimes with different > content-types. > > > I propose that firebug should show an indicator in the net-panel when a > resource is served in a compressed way, so we one doesn't need to click > each entry to check the http headers one by one. > > firebug could e.g. show something like "http+gzip" or "http+deflate" etc. > in the procotol column. > > what do you think? > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/b8fe5434-74cd-42ea-9c73-4efcdbcb2817%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
