Home


11.4 Fragment caching

What: You will find cases, like the flow of a shopping order request, that are not amenable to servlet-level caching but still have cacheable fragments. In these cases use JSP fragment caching, but by itself.

How: See 2.7.5, DynaCache fragment caching for more detailed information on fragment caching.

Why: These areas are still important to cache and good performance gains can be achieved so it is important not to give up looking for performance tweaks too soon.

+

Search Tips   |   Advanced Search