You mean about the site being too slow?
I investigated and what happened is that we got slammed by multiple bots (google, bing, baidu and more!) which discovered trac and proceeded to download every revision of every source file, like this:
"GET /trac/cobra/log/cobra/trunk/Tests/110-basics-two/500-namespaces/206-use.cobra?
rev=1895 HTTP/1.1"
Ug! Combined with the fact that trac is very slow, this took its toll. I also find it kind of strange given that these same bots, or at least the google one, won't index the forums.
Anyway I have added a robots.txt file:
- Code: Select all
User-agent: *
Disallow: /trac/cobra/changeset
Disallow: /trac/cobra/browser
Disallow: /trac/cobra/log
Hopefully we'll see things get better over the next 24 hours. If that's not enough, I'll do another round of analysis and tweaking.