Updownquark / Quick

Quark's User Interface Creation Kit
0 stars 0 forks source link

Performance #67

Closed Updownquark closed 7 years ago

Updownquark commented 7 years ago

Performance sucks. My simple tests take 5 or more seconds to finish setup and then another 2 to finish layout and rendering.

Here are the hot spots JProfiler gives me:

Quick needs to be quick or it will never be useful.

Updownquark commented 7 years ago

I created some cache collection types in ObServe and used these to front the DocumentStyle with caches. So now the style sheets can just be invoked once per document per attribute. This sped up both loading and update times significantly.

I'd love it if one day Quick just popped up and started going for moderately complex documents, but for now it's fine.