firebug / har-export-trigger

Trigger HAR export any time directly from within a page.
Other
52 stars 13 forks source link

HAR includes requests from the local cache #36

Open soulgalore opened 8 years ago

soulgalore commented 8 years ago

If I access a page, and then do another access for the same URL, assets that are from the cache is in the HAR:

screen shot 2016-09-09 at 22 18 32

The first request has wrong response code (it should be a 304, it is a 200). The length of the timings are 0 if they are fetched from the cache. The cache field in the HAR is empty.

Do you know if this is something wrong in the trigger or is the problem in Firefox?