109
edits
Joel Reymont (talk | contribs) |
Joel Reymont (talk | contribs) |
||
Line 7: | Line 7: | ||
=== September 9, 2009 === | === September 9, 2009 === | ||
I've been thinking about speeding up reflows ([https://bugzilla.mozilla.org/show_bug.cgi?id=514275 Bug 514275]) but haven't made much progress until I got Boris Zbarsky involved. Boris suggested restricting invocations of PresShell::ProcessReflowCommands to those that actually do work | I've been thinking about speeding up reflows ([https://bugzilla.mozilla.org/show_bug.cgi?id=514275 Bug 514275]) but haven't made much progress until I got Boris Zbarsky involved. | ||
Boris suggested restricting invocations of PresShell::ProcessReflowCommands to those that actually do work | |||
<pre> | <pre> | ||
Line 20: | Line 22: | ||
</pre> | </pre> | ||
Looking at the [https://bug514275.bugzilla.mozilla.org/attachment.cgi?id=399254 25 call sites and timings for the "Getting involved with Mozilla..." page | Looking at the [https://bug514275.bugzilla.mozilla.org/attachment.cgi?id=399254 25 call sites and timings] for the "Getting involved with Mozilla..." page, it's clear that some reflows are more expensive than others. It's also interesting that there are [https://bug514275.bugzilla.mozilla.org/attachment.cgi?id=399445 just 11 reflows] for a blank page. | ||
= Previous statuses = | = Previous statuses = |
edits