Something in the test quite repeatedly loads http://hans-moleman.w3.org/MarkUp/DTD/xhtml-image-1.mod
Open
- Dominant language
- Python
- Stars
- 372
- Forks
- 328
- PR merge metrics
- No merged PRs in 30d
Description
This is fetched over and over again, and each time it takes several seconds, rendering the test quite very slow:
socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 9
connect(9, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("128.30.52.100")}, 16) = 0
sendto(9, "GET /MarkUp/DTD/xhtml-csismap-1.mod HTTP/1.0\r\nHost: www.w3.org\r\nUser-Agent: Python-urllib/1.17\r\nAccept: */*\r\n\r\n", 111, 0, NULL, 0) = 111
Can't it just be cached the first time?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.