Ticket #3481 (closed defect: fixed)
Tracd HTTP response is very slow in windows between PCs.
| Reported by: | JoneyWu@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.10.1 |
| Component: | web frontend/tracd | Version: | 0.9.6 |
| Severity: | normal | Keywords: | slow network |
| Cc: |
Description
When I installed the trac in standalone way, I found it is very slow to response to browser. But this case only appear in connection from another PC. It means if I access the trac in the local machine, the speed is normal (about 0.0x seconds). I have traced the Trac code and found that: it is fine with good speed in handling the request but stuck in "send_response" step. This situation will add extra 12 seconds cost to response to the browser. Maybe is the IO/Network issue?
e.g. from my trac log-- "19:45:49 Trac[standalone] DEBUG: Total request time: 12.032000 s"


