hint #1: Response should not be compressed for requests made with 'accept-encoding: identity'.
https://use.fontawesome … leases/v5.0.6/css/all.css
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.6/css/all.css">
hint #2: Response should be compressed with Zopfli when gzip compression is requested.
https://use.fontawesome … leases/v5.0.6/css/all.css
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.6/css/all.css">
hint #3: Response should include 'vary' header containing 'accept-encoding' value.
https://use.fontawesome … leases/v5.0.6/css/all.css
Vary: origin, access-control-request-headers, access-control-request-method, accept-encoding
Cache-Control: max-age=31556926
hint #4: Response should include 'vary' header containing 'accept-encoding' value.
https://use.fontawesome … leases/v5.0.6/css/all.css
Vary: origin, access-control-request-headers, access-control-request-method, accept-encoding
Cache-Control: max-age=31556926
hint #5: Response should include 'content-encoding: br' header.
https://use.fontawesome … leases/v5.0.6/css/all.css
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.0.6/css/all.css">