Changes between Version 14 and Version 15 of BluePrint/Mobile/Portal


Ignore:
Timestamp:
11/21/11 11:04:44 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile/Portal

    v14 v15  
    1616 * !JavaScript caching:
    1717  * http://www.yuiblog.com/blog/2010/07/12/mobile-browser-cache-limits-revisited/
     18
    1819''Use far-future cache expiration headers. This will prevent the browser from having to send a conditional GET request.
    1920Try to limit HTML pages to 25.6KB or less if you want them to be cached, since the previous tests showed that this limit—imposed by iOS 3.2 on the iPad—was the lowest HTML resource limit of the devices tested.
    2021Keep CSS and JS components under 1MB. Of course, 1MB is enormous and your components should be much smaller than this, but don’t bother splitting a component into separate requests for the sake of cacheability unless its size approaches 1MB.
    2122Consider using the HTML5 application cache if it’s important that your components persist in the cache for a long time, or across power cycles.''
    22 
    2323
    2424== Web2Py support ==