This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 133597 - Opening of big html files takes long time
Summary: Opening of big html files takes long time
Status: VERIFIED DUPLICATE of bug 132991
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2008-04-22 09:23 UTC by Marek Fukala
Modified: 2009-05-18 10:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2008-04-22 09:23:49 UTC
To reproduce try to open a bigger html file (> 100kB). The file opening includes the navigator initialization which
recursively expands the whole tree of nodes representing the tags in the code. This is very costly operation and needs
to be avoided in any case. IMHO expanding just first one or two levels of nodes would be enought.

This is not HTML issue in fact, the logic is coded in GSF implementation, but for HTML with its big and deep tree the
problem is most flagrant.
Comment 1 Marek Fukala 2008-06-03 16:41:00 UTC

*** This issue has been marked as a duplicate of 132991 ***
Comment 2 Jindrich Sedek 2008-08-28 10:39:29 UTC
v.