sidewinderlabs / backplanejs

Other
12 stars 3 forks source link

Improve performance of XPath evaluation #44

Open backplane-import opened 13 years ago

backplane-import commented 13 years ago

Imported from backplanejs Google Code issue 44.

Reporter markbirbeck
Date 24 Apr 2010 1:01:39 PM UTC

This is a significant issue with Internet Explorer.

Functions that are repeated frequently, such as getBoundNode() rely on EvaluateXPath() to obtain the node that they are bound to. Since this function is very slow on IE, overall performance is significantly impacted.


Priority: Medium Type: Enhancement

backplane-import commented 13 years ago

Comment by markbirbeck on 3 May 2010 8:27:46 PM UTC

Changed back to Accepted, but linking to issue 53.


Updates

Owner set to ---

Ticket status set to Accepted

backplane-import commented 13 years ago

Comment by markbirbeck on 3 May 2010 8:28:36 PM UTC

Actually...should really be linked to issue 50.

backplane-import commented 13 years ago

Update by markbirbeck on 3 May 2010 8:36:39 PM UTC

Added label: performance