On Nov 8, 10:46 am, Lukas Meier <[email protected]> wrote: > "Firebug shows some requests in Gray(screenshot attached and marked in Red) > with status code 200 and some requests shows black with status code 200. > What is the difference between two requests?" 1) Requests displayed in Gray (with status code == 304) represents cases where the response is coming from the browser cache.
2) Requests displayed in black (with status code == 200) represents cases where the response is coming from the server (not cached) 3) Requests displayed in gray with special background (whatever status code) come from BFCache, see: http://www.softwareishard.com/blog/firebug/firebug-tip-what-the-heck-is-bfcache/ (the background has been introduced in Firebug 1.10) > Can someone explain? Since I am dealing with performance problems this > would be an important answer. > > Another (not so important question): i'm having pictures loaded, some will > come as black with code 200 in the netpanel, some don't show up at all > (they are visible though and cached i hope). How comes that? You need to check "Show BFCache Responses" option (see the link above) Honza > > thanks a lot -- 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 https://groups.google.com/forum/#!forum/firebug
