Book a Demo

Author Topic: Really slow project browser  (Read 4860 times)

John20012a

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Really slow project browser
« on: August 31, 2008, 06:03:11 pm »
Hello,

I've reversed enginnered a medium-sizes project into EA (5000 elements).

The project browser is really slow to react. Clicking on an item delays the GUI for 4-5 seconds.

Is there any way to optimize the model and improve it's performance?

Thank you,

John.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Really slow project browser
« Reply #1 on: September 01, 2008, 07:47:25 am »
What build of EA are you using, and what (if any) repository DBMS is your model stored in?
No, you can't have it!

John20012az

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Really slow project browser
« Reply #2 on: September 01, 2008, 10:41:17 pm »
[Solved]

Thank you very much for your reply.

I found the problem - it was the hierarchy window - it was open and

it slowed everything down.

Thanks!

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Really slow project browser
« Reply #3 on: September 01, 2008, 11:50:06 pm »
Quote
[Solved]

Thank you very much for your reply.

I found the problem - it was the hierarchy window - it was open and

it slowed everything down.

Thanks!
it SURE DOES!

You soon learn not to have it open...   ;)

Unfortunately, apart from a warning when you first open the window, I'm not sure there's much that can be done about it...

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Really slow project browser
« Reply #4 on: September 02, 2008, 08:54:30 am »
The Hierarchy window response time can be improved: go to "Tools > Options > General" and change the values of "Max Hierarchy View Depth" and "Open Hierarchy View to". Some time ago I did some experiments and found that increasing the depth by 1 will approximately double the time to load the hierachy tree.
The Sparx Team
[email protected]

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Really slow project browser
« Reply #5 on: September 02, 2008, 10:41:54 am »
Quote
The Hierarchy window response time can be improved: go to "Tools > Options > General" and change the values of "Max Hierarchy View Depth" and "Open Hierarchy View to". Some time ago I did some experiments and found that increasing the depth by 1 will approximately double the time to load the hierachy tree.
Yes Neil...

It's one of those "Pays your money, takes your choice" deals...

I think, though, one of the problems is "blocking" (which is what John, and we all experience).  Could it be spooled into a background thread?  The thread would need to be "killed" if the user moved to another item.  The window would be disabled while the tree was being assembled.

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!