-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBW: audit to check if app is respecting Save-Data: on
header
#718
Comments
A while back I tried doing this using a regular check of data from BigQuery/HTTPArchive on the average size of images used in webpages. It's not as scientific as it could be, but allows an "X is larger than this number is should definitely be smaller than" type check. |
Big query:
|
This kind of ties in to perf budgets as we're asserting on transfer sizes... But in order see that the site respects this, we'd have to load the site twice. value: good. |
Audit could include:
Save-Data: on
header is set GoogleChromeLabs/sw-precache#145Simple: We could also try a run with the header and without the header to see if the same number of bytes are transferred.
The text was updated successfully, but these errors were encountered: