This topic highlights a few main ways you can
improve performance
through a combination of product features and application development
considerations.
Procedure
Use
one of the following considerations to improve performance.
Using the dynamic cache service to improve
performance
The dynamic cache service improves performance
by caching the
output of servlets, commands, and JavaServer Pages (JSP) files. Dynamic
caching features include cache replication among clusters, cache disk
offload, Edge-side include caching, and external caching, which is
the ability to control caches outside of the application server, such
as that of your web server.
Ensure your applications perform well.
Take
advantage of architectural suggestions and coding best practices to
ensure that your applications perform well. See the information about
application design considerations and the information on designing
applications to learn more about ways you can improve performance
of your applications.