-
Bug
-
Resolution: Fixed
-
High
-
2.8
-
None
If Confluence is set up without a context path, there will be a performance impact from requests being served for spacer.gif. This is a particularly large problem when the clients using Confluence are Internet Explorer 6.
The primary problem is that the requests use the wrong URL and hit the (slightly expensive) 404 page:
"GET /display/CONFEXT/undefined/images/border/spacer.gif HTTP/1.1" 404 40448 196468
That's 40 KB download in a response that took 196 ms to generate. By contrast, a 200 response for this file serves 43 bytes in 2 ms and also gets caching headers returned so subsequent requests get a 304 response.
"GET /images/border/spacer.gif HTTP/1.1" 200 43 1632
The other related problem is that IE6 clients request this resource once per comment on a page, rather than once for the whole page.
- is duplicated by
-
CONFSERVER-12146 /display/<spacekey>/undefined/images/border/spacer.gif not found
-
- Closed
-
- relates to
-
CONFSERVER-9050 Remove the space-list from the 404-error-page to reduce load on server
- Closed
[CONFSERVER-11774] IE6 clients download spacer.gif from wrong URL many times
Workflow | Original: JAC Bug Workflow v3 [ 2884062 ] | New: CONFSERVER Bug Workflow v4 [ 2979086 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2796492 ] | New: JAC Bug Workflow v3 [ 2884062 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2733693 ] | New: JAC Bug Workflow v2 [ 2796492 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2399086 ] | New: JAC Bug Workflow [ 2733693 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2297407 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2399086 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2232719 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2297407 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2193179 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2232719 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1933370 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2193179 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1733133 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1933370 ] |
Workflow | Original: CONF Bug Subtask WF (TEMP) [ 1689835 ] | New: Confluence Workflow - Public Facing - Restricted v3 [ 1733133 ] |