IO Question: How are you dealing with AppCache relatively small storage limits?

We had an awesome question for our Google IO talk – Mobile Web Development: Zero to Hero – that we didn’t get time to answer live.How do we deal with the storage constraints imposed by modern browsers. The answer is simple, App Cache is used mainly to store program code, that is just the CSS and JS (and also the page that requests the AppCache), our application never got that large.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>We had an <a href="http://goo.gl/mod/NSEW">awesome question</a> for our Google IO talk - <a href="http://io2011-zerotohero.appspot.com/index.html#1">Mobile Web Development: Zero to Hero</a> - that we didn't get time to answer live.<p /><div>How do we deal with the storage constraints imposed by modern browsers.  The answer is simple, App Cache is used mainly to store program code, that is just the CSS and JS (and also the page that requests the AppCache), our application never got that large.</div> <p /><div>We did make some basic optimisations, our production version ran compressed JS code - our <a href="https://github.com/PaulKinlan/ioreader/raw/master/run.sh">build process minified the JS</a> using uglifyJS.  We had the option to compress the CSS (but we chose not too for ease of development).  But in all honesty, our application never got that large.</div> <p /><div>If we struggled for space we would have moved into only AppCaching the form-factor specific code and assets, but it wasn't required.</div></p>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2011-05-13T00:00:00+00:00) IO Question: How are you dealing with AppCache relatively small storage limits?. Retrieved from https://www.scien.cx/2011/05/13/io-question-how-are-you-dealing-with-appcache-relatively-small-storage-limits/

MLA
" » IO Question: How are you dealing with AppCache relatively small storage limits?." Paul Kinlan | Sciencx - Friday May 13, 2011, https://www.scien.cx/2011/05/13/io-question-how-are-you-dealing-with-appcache-relatively-small-storage-limits/
HARVARD
Paul Kinlan | Sciencx Friday May 13, 2011 » IO Question: How are you dealing with AppCache relatively small storage limits?., viewed ,<https://www.scien.cx/2011/05/13/io-question-how-are-you-dealing-with-appcache-relatively-small-storage-limits/>
VANCOUVER
Paul Kinlan | Sciencx - » IO Question: How are you dealing with AppCache relatively small storage limits?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2011/05/13/io-question-how-are-you-dealing-with-appcache-relatively-small-storage-limits/
CHICAGO
" » IO Question: How are you dealing with AppCache relatively small storage limits?." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2011/05/13/io-question-how-are-you-dealing-with-appcache-relatively-small-storage-limits/
IEEE
" » IO Question: How are you dealing with AppCache relatively small storage limits?." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2011/05/13/io-question-how-are-you-dealing-with-appcache-relatively-small-storage-limits/. [Accessed: ]
rf:citation
» IO Question: How are you dealing with AppCache relatively small storage limits? | Paul Kinlan | Sciencx | https://www.scien.cx/2011/05/13/io-question-how-are-you-dealing-with-appcache-relatively-small-storage-limits/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.