Basically, the issue gets down to good interface design practices.
Very complex, graphicaly busy displays will take longer to open and
update--that's just the way the world works. You have to resist the
temptation to designing what I call a "wall o' numbers" interface.
Logically group values that go together and place those logical
groupings on different pages. This is where being in conversation with
the software's eventual end users will be of great help. Sometimes
things that seem logical to us come-out horrible for the users. Avoid
complex, busy interfaces and your users will love you -- and not just
because the code runs faster.
Mike...