What is the concept of Application Cache in HTML5? What are its advantages?

Asked: Apr 15, 2023

The Application Cache concept introduced by HTML5 means that a web application is cached, and accessible without an internet connection.

There are three advantages of Application Cache:

  1. Offline browsing - Users can use the application when they're offline
  2. Speed - Cached resources load faster
  3. Reduced server load - The browser will only download updated/changed resources from the server
Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!