Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroenvdb/ie8-caching-headers-poc
Setup to investigate IE8's caching behavior.
https://github.com/jeroenvdb/ie8-caching-headers-poc
Last synced: about 2 months ago
JSON representation
Setup to investigate IE8's caching behavior.
- Host: GitHub
- URL: https://github.com/jeroenvdb/ie8-caching-headers-poc
- Owner: JeroenVdb
- Created: 2014-10-23T07:47:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T07:50:30.000Z (about 10 years ago)
- Last Synced: 2023-07-31T21:09:28.649Z (over 1 year ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IE8 Cache Buster
===================Setup to investigate IE8's caching behavior. You can use CloudFlare for a realistic setup.
Before: we have to add a cachebuster to prevent IE8 from aggressively caching Ajax requests.
Conclusion: To prevent IE8 agressive caching we need to use both max-age (Cache-Control) and *Expires* in our caching headers.
tldr: use proper caching headers and IE8 will play nice.