Marek Posolda created GTNPORTAL-3168:
----------------------------------------
Summary: Perf improvements in RedirectPortlet and RedirectRequestHandler
Key: GTNPORTAL-3168
URL:
https://issues.jboss.org/browse/GTNPORTAL-3168
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Performance
Affects Versions: 3.6.0.Final
Reporter: Marek Posolda
Assignee: Marek Posolda
Fix For: 3.7.0.Final
- For the RedirectPortlet, the JSP page redirect.jsp is currently performing 3 calls to
redirect.getAlternativeSites(). It should be reduced to 1 call to improve performance and
avoid possible consistency issues.
- In the RedirectRequestHandler are many calls to log.debug which are called during each
HTTP request and have some minor impact on performance. They should be wrapped within
{code}
if (debug) {
log.debug(...);
}
{code}
or alternatively changed to trace (I am leaving debug for backward compatibility)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira