Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache resource files to browser's LocalStorage to greatly improve application reload times. #43

Open
doshprompt opened this issue Apr 17, 2015 · 0 comments
Assignees

Comments

@doshprompt
Copy link
Owner

To save on bandwidth and loading costs, we can use local storage to store our language files, which will greatly speed up the second and third time users visit our application.

Config should provide an option to allow the developer to specify a localStorage module to use, and if true use window.localStorage directly, if available.

@doshprompt doshprompt self-assigned this Apr 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant