Caching Score: https://pricebookapp.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1

Summary

GradeA+

385/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 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 2592000 seconds (1 month and 2 days).

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

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 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 826eb77e86b02ab7724fe3d0141ff87c 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

HTTP Response headers

Name Value
Status Code HTTP 200
Accept-Rangesbytes
Age756030
Connectionkeep-alive
DateMon, 16 Sep 2024 20:07:00 GMT
Fastly-Debug-Digest007f21dd19a5a274021e5ec1864dfd0457c1430f1504b4795cc7a57caf71f251
Fastly-Debug-Path(D cache-syd10127-SYD 1726517221) (F cache-syd10134-SYD 1725761191)
Fastly-Debug-TTL(H cache-syd10127-SYD - - 756030)
Fastly-Restarts2
VaryAccept-Encoding
Via1.1 varnish
X-CacheHIT
X-Cache-Hits1
X-Quant-Rate-Burst0
X-Quant-Rate-Minute0
X-Served-Bycache-syd10137-SYD, cache-syd10127-SYD
X-TimerS1726517221.846017,VS0,VS0,VE3
cache-controlpublic, max-age=2592000
content-typeapplication/javascript
etag826eb77e86b02ab7724fe3d0141ff87c
last-modifiedMon, 29 Jan 2024 04:36:35 GMT
quant-compressiongzip
quant-orig-hostpricebookapp.io
quant-project60e8e88468e780f29ba315b8437cbd573618101af098f8fbafe33ae79891cc32
quant-serverQuantCDN v2.13.0
quant-url-hash6729f3b93fb1534f000d835b77c94280efcd7bc4f3047ebc867d36a34db50123
surrogate-keyproject:60e8e88468e780f29ba315b8437cbd573618101af098f8fbafe33ae79891cc32 url:6729f3b93fb1534f000d835b77c94280efcd7bc4f3047ebc867d36a34db50123
x-encoded-content-encodinggzip
x-encoded-content-length30419

If you want to do this yourself

You can use the following cURL command:

curl -sIXGET -H 'Fastly-Debug: 1' 'https://pricebookapp.io/wp-includes/js/jquery/jquery.min.js?ver=3.7.1' | sort