If Confluence is responding slowly, an internal timing trace of the slow page request can help to identify the cause of the delay.
You will need access to the Confluence server to view a profile.
/logs/stdout.log file under the Confluence install directory, while users running Confluence using startup.bat under Windows have stdout written to the command prompt window.
?profile=on?profile=on to the end of the URL for static pages, or &profile=on if the URL is dynamic and already has parameters. For example, if your Dashboard link is
http://localhost:8080/dashboard.action |
?profile=on to the end of the URL and visit
http://localhost:8080/dashboard.action?profile=on |
?profile=off to the end of the URL for static pages, or &profile=off if the URL is dynamic and already has parameters. For example, if your Dashboard link is
http://localhost:8080/dashboard.action |
?profile=off to the end of the URL and visit
http://localhost:8080/dashboard.action?profile=off |
The first few lines of a normal profile for accessing a page called Confluence Overview.
[344ms] - /display/ds/Confluence+Overview
[313ms] - SiteMesh: parsePage: http://localhost:8080/display/ds/Confluence+Overview
[313ms] - XW Interceptor: Before defaultStack: /pages/viewpage.action (ViewPageAction.execute())
[0ms] - SpaceAwareInterceptor.intercept()
[16ms] - PageAwareInterceptor.intercept()
[0ms] - AOP: PageManager.getPage()
[16ms] - AOP: PermissionManager.hasPermission()
[0ms] - AOP: SpacePermissionManager.hasPermission()
[16ms] - AOP: SpacePermissionManager.hasPermission()
[0ms] - AOP: SpacePermissionManager.hasPermission()
[0ms] - AOP: SpacePermissionManager.hasPermission()
[281ms] - XW Interceptor: After defaultStack: /pages/viewpage.action (ViewPageAction.execute())
[281ms] - XW Interceptor: After validatingStack: /pages/viewpage.action (ViewPageAction.execute())
...
|
Requesting Performance Support