I had developed a Google App Engine application using the ZK Ajax
framework.  Everything is good, however I did notice some performance
issues and I suspect that it could be due to the fact that a lot of
rendering is done on the Server side.

For instance when a browser make an initial request to a zul page, the
zk Engine probably renders the page from scratch.  I'm sure one
possible optimization is to cache the rendered result in the Google
Cache and when a request is made simply push the generated HTML to the
browser.

I'm working on this on and off, but I'm wondering if there's any other
ZK users out there and probably we can share notes on some of the
possible optimizations.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to