theigl opened a new pull request, #578: URL: https://github.com/apache/wicket/pull/578
We currently buffer ajax responses twice, first wrapping them in a `StringResponse` and then in an `AppendingStringBuffer`. This whole wrapping is really only necessary when the application has one or more `IResponseFilter`. By default, Wicket applications running in deployment mode *do not have* any response filters. This PR adjusts `AjaxRequestHandler#respond` to write the page update directly to the response if no filters are active. This should drastically reduce allocations for large ajax responses. https://issues.apache.org/jira/browse/WICKET-7046 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
