Mobile/Notes/08-Jun-2011: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Details == * Wednesdays - 9:30am Pacific, 12:30pm Eastern, 16:30 UTC * 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL) * 1-800-707-2533 (pin 369) Conf# 8605 (US) * irc....") |
|||
Line 21: | Line 21: | ||
== Performance == | == Performance == | ||
* Cache improvements | |||
** Cache compression under review: compress uncompressed text/html/js files using zlib | |||
** Implementing improved eviction algorithm for disk cache | |||
** Found a bug in the memory cache implementation of LRU-SP | |||
== Testing == | == Testing == |
Revision as of 23:28, 7 June 2011
Details
- Wednesdays - 9:30am Pacific, 12:30pm Eastern, 16:30 UTC
- 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL)
- 1-800-707-2533 (pin 369) Conf# 8605 (US)
- irc.mozilla.org #mobile for backchannel
Schedule
Major Topics for This Week
Application
Front-end
UX design
Platform Support
Android
Maemo
Performance
- Cache improvements
- Cache compression under review: compress uncompressed text/html/js files using zlib
- Implementing improved eviction algorithm for disk cache
- Found a bug in the memory cache implementation of LRU-SP