php - Expiration not specified" according to Gtmetrix -


i have website https://royzez.com,i using .htaccess leverage browser caching mentioned code in gt metrix still getting message (expiration not specified). these images coming cdn. there other configuration in cdn server? how fix issue. code using `

expiresactive on expiresdefault                                      "access plus 1 month" 

# css expiresbytype text/css "access plus 1 month"

# favicon (cannot renamed!) , cursor images expiresbytype image/x-icon "access plus 1 week"

# html expiresbytype text/html "access plus 0 seconds"

# javascript expiresbytype application/javascript "access plus 1 year" expiresbytype application/x-javascript "access plus 1 year" expiresbytype text/javascript "access plus 1 year"

# manifest files expiresbytype application/manifest+json "access plus 1 year"

expiresbytype application/x-web-app-manifest+json   "access plus 0 seconds" expiresbytype text/cache-manifest                   "access plus 0 seconds" 

# media files expiresbytype audio/ogg "access plus 1 month" expiresbytype image/bmp "access plus 1 month" expiresbytype image/gif "access plus 1 month" expiresbytype image/jpeg "access plus 1 month" expiresbytype image/png "access plus 1 month" expiresbytype image/svg+xml "access plus 1 month" expiresbytype image/webp "access plus 1 month" expiresbytype video/mp4 "access plus 1 month" expiresbytype video/ogg "access plus 1 month" expiresbytype video/webm "access plus 1 month"

# web fonts

# embedded opentype (eot) expiresbytype application/vnd.ms-fontobject         "access plus 1 month" expiresbytype font/eot                              "access plus 1 month"  # opentype expiresbytype font/opentype                         "access plus 1 month"  # truetype expiresbytype application/x-font-ttf                "access plus 1 month"  # web open font format (woff) 1.0 expiresbytype application/font-woff                 "access plus 1 month" expiresbytype application/x-font-woff               "access plus 1 month" expiresbytype font/woff                             "access plus 1 month"  # web open font format (woff) 2.0 expiresbytype application/font-woff2                "access plus 1 month"  # other expiresbytype text/x-cross-domain-policy            "access plus 1 week" 

`

please me problem searched in internet not getting solution. thank , sorry bad english.

cache policy seems here: https://www.dareboost.com/en/report/55b8bd890cf21c478235ce22

where test location ran test from?


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -