Replies: 2 comments 5 replies
-
Thanks for the report @fhalde
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @codecapitano chrome not sure why the response status was reported as 200 in the event |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're using the ky library to handle API requests. Our setup relies on HTTP caching with ETag-based validation, where the server returns a 304 Not Modified to confirm cached content is still valid.
Since ky is built on top of the Fetch API, the
faro.performance.resource
events should, in theory, capture this correctly. However, we consistently see Faro reportingcacheHitStatus=fullLoad
, even when the API responds with 304 Not Modified.Any ideas on what might be causing this or what I should investigate further?
Beta Was this translation helpful? Give feedback.
All reactions