GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

Investigate why FileBrowser plugin is causing slow startup times #380

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable FileBrowser plugin
2. Start Editra (observe startup time)
3. Disable FileBrowser plugin
4. Start Editra (observe startup time)

The FileBrowser plugin seems to slow the startup time by more than 2x, not
sure why this is the case as it doesn't really do anything except list
files, requires further investigation.

Original issue reported on code.google.com by CodyPrec...@gmail.com on 25 Jun 2009 at 11:52

GoogleCodeExporter commented 9 years ago
It appears that the GenericDirCtrl tries to load and resolve network drives 
when it
is created. This leads to a major slow down during startup when networks 
response is
slow.

Finally time to have to write own control to replace the generic one...

Original comment by CodyPrec...@gmail.com on 28 Aug 2009 at 9:04

GoogleCodeExporter commented 9 years ago
Appears corrected by rewrite in version 2.0 to use new custom control

Original comment by CodyPrec...@gmail.com on 22 May 2012 at 7:02