Super Slooooow parsing #981
-
|
Hi, Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
4 minutes is certainly way above how long it should usually take. Do you have a small example where this issue can be seen, or even just a profiler snapshot to show where exactly the time is spent? For SWT, WindowBuilder needs to allocate system resources for each widget, which could cause problems for especially large screens. But without anything to work with, I can only guess at what the actual problem might be. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Patrick, here is a Azul Flightrecorder File for 4 Minutes. The actual parsing needed 5 but I think you'll see the most import things. What I saw was a whole bunch of exceptions that where thrown during parsing. Hope this is what you needed. |
Beta Was this translation helpful? Give feedback.
-
|
And here is what the window looks like. As you can see its not very lager or complex. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Patrick, |
Beta Was this translation helpful? Give feedback.





I just remembered that the same error was reported some time ago in #865.