-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.4
-
Component/s: None
-
Environment:
Version: 2.4 Build:#702 Feb 21, 2007
Currently this URL causes a 12 second slow-down when loading the edit page on extranet:
It is approx 300kb of content that is sent uncompressed, and sent every time (as it has the must-revalidate header):
Date: Tue, 13 Mar 2007 23:33:16 GMT
Server: Apache/2.0.52 (Red Hat)
X-Confluence-Cluster-Node: Member(Id=2, Timestamp=2007-03-09 04:22:50.186, Address=172.16.0.10:8088, MachineId=57135)
Cache-Control: must-revalidate
Expires: Wed, 14 Mar 2007 00:33:16 GMT
Content-Length: 302263
Connection: close
Content-Type: text/javascript
We should fix this to serve it through the caching servlet "/s". To do this, we can't pass any parameters to the url, as by default, most browsers won't cache requests that have request parameters.
I'm raising this as a bug, as it causes severe performance penalties over slow connections. 300kb on every edit.
- was cloned as
-
CONFSERVER-8185 Cached TinyMCE Servlet doesn't handle BaseURL Changes or Multi-homed environment
-
- Closed
-