Caching Score: https://salsa.digital/fonts/Point-Bold.woff2

Summary

GradeB-

275/385

Requested URL checks

What is this check, and why should you care

Having a cache hit ensures the fastest possible delivery of content to end users.

Maximum possible points

100

What is this check, and why should you care

Using a CDN is extremely useful for caching purposes.

Maximum possible points

50

What is this check, and why should you care

Using ETag identifiers is an easy way to ensure your visitors are always getting the most up-to-date version of the content. This mechanism allows caches to be more efficient and saves bandwidth, as a Web server does not need to send a full response if the content has not changed. HTTP 304 responses are used to indicate this is working.

An HTTP request with the request header If-None-Match with a value of W/"8e48-1917deeca18" was sent, and an HTTP 304 was responded with.

See the Wikipedia page on ETag for more background.

In order to get maximum points, you need to have ETag identifiers and an HTTP 304 response must be received when using a valid If-None-Match request header.

Maximum possible points

30

What is this check, and why should you care

Using Last-Modified headers is an easy way to ensure your visitors are always getting the most up-to-date version of the content. HTTP 304 responses are used to indicate this is working.

An HTTP request with the request header If-Modified-Since with a value of was sent, and an HTTP 304 was responded with.

Maximum possible points

30

What is this check, and why should you care

Having tiered caching can help improve the cache hit ratio of your site because it provides an additional layer of caching in front of your origin.

Maximum possible points

25

What is this check, and why should you care

The time that it takes for a user's browser to receive the first byte of page content.

The lower the TTFB, the faster your site will be perceived by the end user.

In order to get maximum points, your TTFB must be less than or equal to 30ms. If your TTFB is more than 1 second then you get no points here.

Maximum possible points

50

What is this check, and why should you care

Using a long cache lifetime helps to ensure a high cache hit rate.

In order to get maximum points, your cache lifetime must be greater than or equal to 4 weeks. If your cache lifetime is less, then you will get some proportion of the score based on how close to 4 weeks you are.

Current cache lifetime is 0 seconds (0 seconds).

Maximum possible points

100

HTTP Response headers

Name Value
Status Code HTTP 200
Accept-Rangesbytes
Age0
Connectionkeep-alive
Content-Length36424
DateThu, 19 Sep 2024 01:42:47 GMT
Fastly-Debug-Digestd5a327e29953a595dbd03e8d115294cc6c145e4b22645bf6878be7a49d5ff1d6
Fastly-Debug-Path(D cache-syd10154-SYD 1726710167) (F cache-syd10127-SYD 1726710167)
Fastly-Debug-TTL(M cache-syd10154-SYD - - 0)
Fastly-Restarts2
Via1.1 varnish
X-CacheHIT, MISS
X-Cache-Hits2664, 0
X-Quant-Rate-Burst0
X-Quant-Rate-Minute0
X-Served-Bycache-syd10127-SYD, cache-syd10154-SYD
X-TimerS1726710167.269847,VS0,VS0,VE92
alt-svch3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
cache-controlpublic, max-age=0
content-typefont/woff2
etagW/"8e48-1917deeca18"
last-modifiedFri, 23 Aug 2024 06:31:27 GMT
quant-compressiongzip
quant-orig-hostsalsa.digital
quant-projecte4cf2a9222b94fb7fea8c12b18faa49ebad388136b24ea8f2d57ec03c7c8be8f
quant-serverQuantCDN v2.13.2
quant-url-hash2f791e4cca4c6eee0513052a84414797612324e55d1495daed1ce1de7b477299
surrogate-keyproject:e4cf2a9222b94fb7fea8c12b18faa49ebad388136b24ea8f2d57ec03c7c8be8f url:2f791e4cca4c6eee0513052a84414797612324e55d1495daed1ce1de7b477299

If you want to do this yourself

You can use the following cURL command:

curl -sIXGET -H 'Fastly-Debug: 1' 'https://salsa.digital/fonts/Point-Bold.woff2' | sort