dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Pingdom Suggests adding Expires headers #67

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

When validating the website on Pingdom, it says that Expires headers should be added

"Web pages are becoming increasingly complex with more scripts, style sheets, images, and Flash on them. A first-time visit to a page may require several HTTP requests to load all the components. By using Expires headers these components become cacheable, which avoids unnecessary HTTP requests on subsequent page views. Expires headers are most often associated with images, but they can and should be used on all page components including scripts, style sheets, and Flash."

Might be worth it?

dyreschlock commented 1 year ago

This cannot be done with Github pages.