Changes between Version 7 and Version 8 of BluePrint/Mobile/Portal
- Timestamp:
- 06/26/11 17:18:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Mobile/Portal
v7 v8 18 18 * [wiki:BluePrintCSS#MobileView] 19 19 20 !JavaScript caching: 21 * http://www.niallkennedy.com/blog/2008/02/iphone-cache-performance.html 22 ''Safari for iPhone will only cache files 25 KB or smaller served using the Expires explicit expiration time or Cache-Control max-age directive HTTP headers. Safari decodes the file before saving it cache, meaning your total unzipped file size must squeeze under the 25 KB ceiling to hit the cache. Components already in cache are only replaced by new cacheable components using the least recently used algorithm. Safari for iPhone is able to cache a maximum of 19 external components, placing a maximum cache limit at around 475 KB.'' 20 23 == Status == 21 24