Cache & Local storage access #5
santoshshinde2012
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Utilizing browser caching will both improve the user experience for your visitors and reduce server load as your web server will not have to re-generate cached files.
To enable browser caching you will need to set the request headers of your files to use caching and specify how long each file or file type can be saved for.
Beta Was this translation helpful? Give feedback.
All reactions