Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Clarify 304 responses in HUD (and/or client) #127

Open
philliphoff opened this issue Jun 27, 2017 · 0 comments
Open

Clarify 304 responses in HUD (and/or client) #127

philliphoff opened this issue Jun 27, 2017 · 0 comments

Comments

@philliphoff
Copy link
Contributor

When the server returns a 304 response, the browser page and HUD are refreshed. However, the HUD then reflects a combination of the original (non-304) request as well as the new one. For example, the timing reflects the 304 request but the button to open the Glimpse client links to the original request.

This can be confusing as:

  • The timing data will be different between the HUD and the linked-to request in the client
  • The HUD also seems to not show the correct number of fetch/XHR requests (as shown in the screenshot).

Refreshing the page always shows (only) the first 2 AJAX requests:

screen shot 2017-06-27 at 9 26 20 am

Making a new AJAX request increments the number:

screen shot 2017-06-27 at 9 23 58 am

Opening the Glimpse client shows many more AJAX requests:

screen shot 2017-06-27 at 9 24 08 am

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants