Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357643 - Performance improvement for pages that have large number of HTML elements.
Summary: Performance improvement for pages that have large number of HTML elements.
Status: CLOSED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ACTF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kentarou Fukuda CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 11:10 EDT by Kentarou Fukuda CLA
Modified: 2023-03-27 14:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.)