Nine ways to accelerate HTML5 applications----6. Using the application cache

Source: Internet
Author: User

nine ways to accelerate HTML5 applications----6. Using the application cache
application caching allows you to create WEB applications that fully support offline browsing, reducing server load and faster experience. The cached manifest file can be used to specify the file to be cached, manifest is just a simple text file, and here is an example:
CACHE MANIFEST
# 2011-06-18:v3
# explicitly cached entries
index.htm
Style.css
# offline.htm'll be displayed if the-the user is offline
FALLBACK:
//offline.htm
you need to enable caching in HTML pages
...
The Manifest cache file can define any file extension that is cached, but you need to set the corresponding MIME type on the WEB server, for example on Apache:
AddType text/cache-manifest. AppCache
with application caching, you can create offline WEB applications in just a few simple steps, and access is very fast and suitable for dealing with some static files that are not updated frequently.

Nine ways to accelerate HTML5 applications----6. Using the application cache

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.