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 64461 - MIME resolvers not scaling
Summary: MIME resolvers not scaling
Status: CLOSED DUPLICATE of bug 117319
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-09-15 15:59 UTC by _ rkubacki
Modified: 2011-05-25 11:37 UTC (History)
1 user (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 _ rkubacki 2005-09-15 15:59:39 UTC
It seems that with growing number of MIME resolvers the recognizing of MIME
types is getting slower. This is especialy a case for .xml files on SFS. 

I am not sure how many parsing is involved or whether we can coalecse these
parsers to be able to effectively find the type of document. For instance
several resolvers are sensitive to DOCTYPE only so we should not find doctype
declaration several times.

Possible workaround: perhaps specify preffered loader for critical files. (if
this does not cause querying for MIME)

This can be a contributor to our startup regression in 5.0.
Comment 1 _ rkubacki 2005-11-16 10:57:01 UTC
-> P3
Comment 2 Antonin Nebuzelsky 2007-10-31 16:34:58 UTC
Some fixing done for 6.0 in issue 117781.

MIME resolution scaling is tracked for future fixing in issue 117319 now. Closing as duplicate.

*** This issue has been marked as a duplicate of 117319 ***