Details
Description
The initial render for a portlet is taking a significant time. Some timings show that the ApplicationPortlet.init method takes 2.5 seconds, the intial ApplicationPortlet.render method takes 4.5s. Subsequent renderings take ~10ms.
The Page has a StateObject injected (a simple bean), an infrastructue:applicationId and a RenderResponse.
Each portlet on a page has this hit, so if there are 5 tapestry based portlets the initial login can take 30 seconds or more.
Do I need to provide an example portlet?