GoogleChrome / GoogleChrome/lighthouse

Serve static assets with an efficient cache policy - TTL is set to None

Open
#10,457 16 comments 0 reactions 1 assignee Claimed by @paulirish View on GitHub
needs-investigation P1.5 PSI/LR
Dominant language
JavaScript
Stars
30.8k
Forks
9.8k
Avg merge
1d 14h
Merged PRs (30d)
20

Description

URL Tested: https://www.sify.com/

Serve static assets with an efficient cache policy 71 resources found

Concern : TTL was set as 365 days for css/js/jpg in CDN (CloudFront) & Browser Caching also enabled for 365 days

But the test result says resource 'https://www.sify.com/css/sifyhomebootstrap.css" TTL as NONE

However when CSS file is test individually it says 100 %

curl -H "Accept-Encoding: gzip" -I https://www.sify.com/css/sifyhomebootstrap.css

HTTP/2 200

content-type: text/css

date: Fri, 28 Feb 2020 08:41:49 GMT

server: nginx/1.14.0 (Ubuntu)

last-modified: Wed, 22 Jan 2020 11:17:22 GMT

etag: W/"5e282f42-1560e"

expires: Sat, 27 Feb 2021 08:41:49 GMT

cache-control: max-age=31536000

content-encoding: gzip

vary: Accept-Encoding

x-cache: Hit from cloudfront

via: 1.1 dfe5e935c0c0fad38fd86957eb86fe51.cloudfront.net (CloudFront)

x-amz-cf-pop: DEL54-C3

x-amz-cf-id: lKku9kMxjd_7DlnJeeiCpMsn-rdDZagZb9nT9z7tCx10llMLdvbAzQ==

age: 272426

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.