Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is the difference in caching between HTML5 and the old HTML?

user-image
Question ajoutée par Rizwan Shah , Project Manager , COMSATS IIT
Date de publication: 2014/09/30
Aya Taleb
par Aya Taleb , Senior Web Developer / Team Leader , Bayt.com / Talentera

The Cache on the application level is a great feature for the HTML5 where its not found in the old HTML that use the traditional browser cache.

 

This feature allows you to cache some data (static data) locally and serve your web app offline on a specific PC or Mobile.

 

For more info about HTML5 application cache you can visit w3 schools tutorial.

 

Regards, 

Waheed Rehman
par Waheed Rehman , Software Engineer , COMSATS Institute Of Information Teachnology

An important feature of HTML5 is the Application Cache. It creates an offline version of a web application. and stores website files such as HTML files, CSS, images, and JavaScript, locally. It is a feature that speeds up site performance.

old browsers are dieing :) so use the latest technologies that can gear up your applications/web sites. or die with them... app cache is used for static contents. Image files, css, js etc. they will boost your performance.

More Questions Like This