Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357643

Summary: Performance improvement for pages that have large number of HTML elements.
Product: z_Archived Reporter: Kentarou Fukuda <kentarou>
Component: ACTFAssignee: Kentarou Fukuda <kentarou>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kentarou Fukuda CLA 2011-09-14 11:10:22 EDT
example page: http://www.iwami.gr.jp/reiki_int/reiki_honbun/m007RG00000150.html

Possible improvement points:
-HTML parse
-HTML clone <- if the page has huge number of HTML elements, re-parse document instead of cloning HTML DOM objects.
-Visualization (intra page link analysis, etc.)