Caching Score: https://www.gnapartners.com/assets/bundle.d4012942.js

Summary

GradeD

98/210

Requested URL checks

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 "65f32975-32648" 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 Thu, 14 Mar 2024 16:44:37 GMT was sent, and an HTTP 304 was responded with.

Maximum possible points

30

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 caching proxy is extremely useful for caching purposes.

Maximum possible points

50

What is this check, and why should you care

Using a CDN is extremely useful for caching purposes.

Maximum possible points

50

HTTP Response headers

Name Value
Status Code HTTP 200
Connectionkeep-alive
Content-Typeapplication/javascript
DateThu, 19 Sep 2024 02:05:37 GMT
ETagW/"65f32975-32648"
Last-ModifiedThu, 14 Mar 2024 16:44:37 GMT
Servernginx
Transfer-Encodingchunked
VaryAccept-Encoding
x-encoded-content-encodinggzip

If you want to do this yourself

You can use the following cURL command:

curl -sIXGET  'https://www.gnapartners.com/assets/bundle.d4012942.js' | sort