Closed
Bug 570500
(a11yperf_fx4)
Opened 14 years ago
Closed 14 years ago
[meta] a11y performance improvements for Firefox 4
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 1 open bug, )
Details
(Keywords: access, meta)
Attachments
(9 files, 3 obsolete files)
Please do not mark bugs as depended until they have (or going to have) real fix so that it can be tracker easily what was done.
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
Assignee | ||
Comment 3•14 years ago
|
||
Assignee | ||
Comment 4•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Alias: a11yperf_fx4
Comment 5•14 years ago
|
||
Comment on attachment 449647 [details]
LFC insertBefore
> var lastchild = document.getElementById("lastchild");
> for (var i = 0; i < 8000; i++) {
> var div = document.createElement("div");
> container.insertBefore(div, lastchild);
I don't actually see an element with id="lastchild"...
Updated•14 years ago
|
Attachment #450065 -
Attachment is patch: false
Updated•14 years ago
|
Attachment #450065 -
Attachment mime type: text/plain → text/html
Assignee | ||
Comment 6•14 years ago
|
||
changing summary to more generic one
Summary: [meta] a11y events performance improvements for Firefox 4 → [meta] a11y performance improvements for Firefox 4
Assignee | ||
Comment 7•14 years ago
|
||
Assignee | ||
Comment 8•14 years ago
|
||
DIV insertion: 470 ms
SPAN insertion: 44491 ms
without a11y the results are DIV: 470 ms, SPAN: 505 ms.
Comment 9•14 years ago
|
||
Comment on attachment 487590 [details]
bug573469 Create Accessible Tree
This should also show bug 563331.
Assignee | ||
Comment 10•14 years ago
|
||
(In reply to comment #9)
> Comment on attachment 487590 [details]
> bug573469 Create Accessible Tree
>
> This should also show bug 563331.
Sure, it's dupe in my mind.
Assignee | ||
Comment 11•14 years ago
|
||
Comment 12•14 years ago
|
||
(In reply to comment #8)
> Created attachment 487590 [details]
> bug573469 Create Accessible Tree
>
> DIV insertion: 470 ms
> SPAN insertion: 44491 ms
>
> without a11y the results are DIV: 470 ms, SPAN: 505 ms.
I'm at 230/313 MS with the try-server build that also includes bug 381599.
Comment 13•14 years ago
|
||
Comment on attachment 489254 [details]
bug573469 ARIA relation test
This is the actual patch file, not a testcase. It's also having Application/octet stream as MIME type which is rather strange.
Assignee | ||
Comment 14•14 years ago
|
||
before bug 613919: 74 sec, after 44. If I don't get characterCount twice then results are the same what's expected.
Assignee | ||
Comment 15•14 years ago
|
||
Assignee | ||
Comment 16•14 years ago
|
||
Attachment #492319 -
Attachment is obsolete: true
Assignee | ||
Comment 17•14 years ago
|
||
Attachment #492327 -
Attachment is obsolete: true
Assignee | ||
Comment 18•14 years ago
|
||
Attachment #489254 -
Attachment is obsolete: true
Assignee | ||
Comment 19•14 years ago
|
||
schedule bug 573719 and bug 611537 to Firefox 5 since they aren't likely fixed in Fx4 timeframe. No other perf improvements is scheduled for Fx4 so we can mark this bug as fixed I think.
You need to log in
before you can comment on or make changes to this bug.
Description
•