php - Application Cache for Dynamic Sites -


i making php mysql web app, idea install in customer home web server can connect whatever device want, of time using ipad connect app.

sometimes client needs take out app them in ipad, after discarding other options(like phonegapp because need mantain mysql db functions)i realized application cache may solution: can use application web server(using db functions randomize content, generate statistics)and when offline can access local copy of content, limited function working.

the problems have site have images,video , audio @ least there 20mb cache, read application cache can store 5mb , other problem content dynamic cant add files need cache manifest. want make wget of site(save static html file) , use dynamic content when online. dont know if can make that.
thanks

the cache.manifest ipad can store more 5mb.

the ios limit 50mb.

if cache more files, automatically ipad ask if want increase storeage 50mb.

take @ this

it explains how create , implement cache.manifest. great tutorial

hope help.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -