AudunVN / Navmap

Browser-based system map viewer for the Freelancer mod Discovery.
http://space.discoverygc.com/navmap
7 stars 8 forks source link

Leverage offline storage/caching better #31

Open AudunVN opened 8 years ago

AudunVN commented 8 years ago

Is there any reason for why you couldn't actively store all fetched files browser-side? All the mod data required doesn't take up more than a few MB, so you might as well very aggressively cache/store it to improve response times.

http://www.html5rocks.com/en/tutorials/appcache/beginner/ http://www.html5rocks.com/en/tutorials/service-worker/introduction/