Bug 344070 - [performance][translation] Redesign the JSTranslator to be faster
Summary: [performance][translation] Redesign the JSTranslator to be faster
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Web (show other bugs)
Version: 3.2.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Project Inbox CLA
QA Contact: Chris Jaun CLA
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks: 340684
  Show dependency tree
 
Reported: 2011-04-27 23:37 EDT by Nitin Dahyabhai CLA
Modified: 2013-07-18 14:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2011-04-27 23:37:25 EDT

    
Comment 1 Chris Jaun CLA 2013-06-17 10:46:52 EDT
Do you recall what this is about, Nitin? Was not aware that the translator was particularly slow.
Comment 2 Nitin Dahyabhai CLA 2013-06-17 10:59:55 EDT
It's not slow itself, but its reliance on the web page DOM gives it a very high startup cost.  Unlike with JSPs, the DOM structure doesn't impact the JavaScript that much, so it's highly likely it can be changed to work with just the parsed Structured Document representation of the web page.