Hi,
I am doing optimizing on a Dynamicweb website using Yahoo YSlow. One of the things the site fails on is the "Add an Expires or a Cache-Control Header".
I know that the GetImage have been improved lately, so perhaps now we could do the same for fetched files?
I made a quick table showing differences in cache related headers on GetImage and an example javascript file:
Header | GetImage | javascript fil |
---|---|---|
Cache-Control | public, max-age=86400 | ✕ |
Last-Modified | ✕ | ✔ |
ETag | ✔ | ✔ |
Date | ✔ | ✔ |
I guess that if the headers were in both GetImage and file output my site would not fail on YSlow and thereby be more optimized for caching, which again means better performance.
Med venlig hilsen/Best regards,
Sten Hougaard
Webudvikler
@: netsi1964