- removed comment
Issue #1092
closed
The ET trac server responds rather slowly right now. Eg.
[rhaas@zwicky ~]$ time wget https://trac.einsteintoolkit.org --2012-09-14 15:54:54-- https://trac.einsteintoolkit.org/ Resolving trac.einsteintoolkit.org... 130.39.21.34 Connecting to trac.einsteintoolkit.org|130.39.21.34|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 38172 (37K) [text/html] Saving to: `index.html' 100%[===============================================================================================================================================================================>] 38,172 239K/s in 0.2s 2012-09-14 15:55:09 (239 KB/s) - `index.html' saved [38172/38172] real 0m14.766s user 0m0.013s sys 0m0.007s
ie. 14s to get the top level webpage.
Keyword:
Comments (4)
-
-
- changed status to open
- assigned issue to
- removed comment
-
reporter - changed status to resolved
- removed comment
-
reporter - edited description
- changed status to closed
- Log in to comment
I currently get 1-2 seconds, sometimes more but seldom 14s. One reason why this might happen is that the main page contains a lot of dynamic content (needs to count tickets). We could limit this of course, but then we have this there for convenience...
Ok to close?