0

speeding up rendering

asked 2006-03-14 00:53:24 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3627931

By: fernando_deleon

Was wondering if anyone had any tips in speeding up the rendering of zk components?

In my project i have zk components that talk to hibernate to populate their data..

thanks ;)

delete flag offensive retag edit

4 Replies

Sort by ยป oldest newest

answered 2006-03-15 13:48:33 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3630828

By: nobody

I have a nice experience compressing output files using GZIP filter, and a very nice speed boosting using a cache filter. It works, you will have to disable cache for developmet.
It makes the loeding a lot more sweet.Depending on the browser you could eaven compress images and js files.

link publish delete flag offensive edit

answered 2006-03-14 06:02:27 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3628210

By: tomyeh

According my experiences, database access is usually the bottleneck. Proper indexing and 'snapshotting' are something to improve it.

link publish delete flag offensive edit

answered 2006-03-14 01:31:52 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3627979

By: fernando_deleon

i have to double check cuz it seems it might be more to do with hibernate.
i basically have components that at load time fetch data from hibernate.
i though there could be some sort of config in the web xml that i could do..


link publish delete flag offensive edit

answered 2006-03-14 01:28:58 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3627972

By: tomyeh

Fernando,

Is the rendering performance not good enough in your machine? We compiled ZUML and DSP pages into intermidate format which shall run very fast, unless most of your use is createComponentDirectly (which ZK has no chance to cache the immediate format).


link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2006-03-14 00:53:24 +0800

Seen: 518 times

Last updated: Mar 15 '06

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More