TPEPerformance: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 13: Line 13:
** use caches for display lists to reduce overhead of nsIFrame::BuildDisplayList()
** use caches for display lists to reduce overhead of nsIFrame::BuildDisplayList()
*** https://groups.google.com/d/msg/mozilla.dev.tech.layout/BL3BNQu4sSA/CMHWMEHp9x0J
*** https://groups.google.com/d/msg/mozilla.dev.tech.layout/BL3BNQu4sSA/CMHWMEHp9x0J
== Finished ==
* Memory
** Reduce CSP cache memory usage.
*** {{bug|897741}} Don't put gigantic data URIs in the CSP cache.

Revision as of 04:07, 22 August 2013

This page is for tracking tasks of the performance team at Mozilla Taipei Office.

Working On

Finished

  • Memory
    • Reduce CSP cache memory usage.
      • bug 897741 Don't put gigantic data URIs in the CSP cache.