Anonymous
Not logged in
Login
Documentation
Search
Performance Tips
From Documentation
Namespaces
Page
Discussion
More
More
Languages
Page actions
View
View source
History
Revision as of 06:58, 29 November 2010 by
Tomyeh
(
talk
|
contribs
)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Documentation
ZK Developer's Reference
Performance Tips
Performance Tips
This chapter describes the tips to make your ZK application running faster.
Subsections:
Use Compiled Java Codes
Use Native Namespace instead of XHTML Namespace
Use ZK JSP Tags instead of ZK Filter
Defer the Creation of Child Components
Defer the Rendering of Client Widgets
Client Render on Demand
Listbox, Grid and Tree for Huge Data
Use Live Data and Paging
Turn on Render on Demand
Implement ListModel and TreeModel
Minimize Number of JavaScript Files to Load
Load JavaScript and CSS from Server Nearby
Specify Stubonly for Client-only Components
Reuse Desktops
Control resource caching
Miscellaneous
Last Update : 2010/11/29
Copyright © Potix Corporation. This article is licensed under
GNU Free Documentation License.
Categories
:
Documentation
ZK Developer's Reference