Closed Bug 614163 Opened 14 years ago Closed 1 year ago

Slow property access on dromaeo's "jQuery -attr(class) x 100" benchmark

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect

Tracking

()

RESOLVED INCOMPLETE
Performance Impact low
Tracking Status
platform-rel --- +

People

(Reporter: bzbarsky, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: perf, Whiteboard: [platform-rel-jQuery])

This is in the "DOM Attributes (jQuery)" section in dromaeo. Nearly 20% of the time is dealing with resolves (due to JM not PICing DOM stuff with getters?) and in particular calling XPC_WN_ModsAllowed_ProtoResolve is about 10% of the total time. Peter, is that used for just normal DOM objects too?
Blocks: WebJSPerf
Blocks: 614164
Depends on: 557358
Something to keep in mind is Dromaeo is using jQuery v1.2.3. http://docs.jquery.com/Release:jQuery_1.2.3 from February 2008.
Yes, but it's just using the DOM. A newer jquery may use the DOM slightly differently, but it may not.... Or do you have concrete evidence the attr() has been significantly changed since in a way that makes this bug somehow irrelevant to our DOM performance?
DOM performance is important regardless of JS lib or lib version so please keep digging/investigating for perf improvements. jQuery did do an overhaul of their attribute/property related methods in v1.6 http://blog.jquery.com/2011/05/03/jquery-16-released/
Assignee: general → nobody
Whiteboard: [platform-rel-jQuery]
platform-rel: --- → ?
platform-rel: ? → +
Rank: 45
Whiteboard: [platform-rel-jQuery] → [platform-rel-jQuery][qf]
Marking [qf:investigate:p1] so that someone would first investigate whether this is still an issue.
Whiteboard: [platform-rel-jQuery][qf] → [platform-rel-jQuery][qf:investigate:p1]
Whiteboard: [platform-rel-jQuery][qf:investigate:p1] → [platform-rel-jQuery][qf:p3]
Keywords: perf
Performance Impact: --- → P3
Whiteboard: [platform-rel-jQuery][qf:p3] → [platform-rel-jQuery]
Severity: normal → S3

I don't think a DOM bindings perf issue from 2010 is likely still relevant. For instance, we're not using XPConnect for normal web stuff so XPC_WN_ModsAllowed_ProtoResolve shouldn't be relevant.

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.