Thread overview
dlang.org slow?
Oct 26, 2012
H. S. Teoh
Oct 26, 2012
Jakob Ovrum
Oct 26, 2012
Daniel Kozák
Oct 26, 2012
Jacob Carlborg
Oct 26, 2012
Maxim Fomin
Oct 26, 2012
Rob T
Oct 27, 2012
David Nadlinger
October 26, 2012
Is it just me, or has dlang.org been really slow today? Is something wrong with the site that needs our attention? It takes almost 2 whole minutes to load a page -- at first I thought my office network screwed up again, but now I'm at home and it's still like that.


T

-- 
Change is inevitable, except from a vending machine.
October 26, 2012
On 26-10-2012 07:01, H. S. Teoh wrote:
> Is it just me, or has dlang.org been really slow today? Is something
> wrong with the site that needs our attention? It takes almost 2 whole
> minutes to load a page -- at first I thought my office network screwed
> up again, but now I'm at home and it's still like that.
>
>
> T
>

Hmm, seems OK to me. Loads within 4 seconds.

-- 
Alex Rønne Petersen
alex@lycus.org
http://lycus.org
October 26, 2012
On Friday, 26 October 2012 at 04:59:07 UTC, H. S. Teoh wrote:
> Is it just me, or has dlang.org been really slow today? Is something
> wrong with the site that needs our attention? It takes almost 2 whole
> minutes to load a page -- at first I thought my office network screwed
> up again, but now I'm at home and it's still like that.
>
>
> T

It's being very slow for me at times too. I think the NG server is suffering too, though I only use it through the forum.dlang.org front-end (getting a variety of HTTP error messages and timeouts).

October 26, 2012
On Friday, 26 October 2012 at 04:59:07 UTC, H. S. Teoh wrote:
> Is it just me, or has dlang.org been really slow today? Is something
> wrong with the site that needs our attention? It takes almost 2 whole
> minutes to load a page -- at first I thought my office network screwed
> up again, but now I'm at home and it's still like that.
>
>
> T
Same here
October 26, 2012
On 2012-10-26 07:01, H. S. Teoh wrote:
> Is it just me, or has dlang.org been really slow today? Is something
> wrong with the site that needs our attention? It takes almost 2 whole
> minutes to load a page -- at first I thought my office network screwed
> up again, but now I'm at home and it's still like that.

I think I had some problems yesterday, I didn't investigate further.

-- 
/Jacob Carlborg
October 26, 2012
On Friday, 26 October 2012 at 04:59:07 UTC, H. S. Teoh wrote:
> Is it just me, or has dlang.org been really slow today? Is something
> wrong with the site that needs our attention? It takes almost 2 whole
> minutes to load a page -- at first I thought my office network screwed
> up again, but now I'm at home and it's still like that.
>
>
> T

Fully conform. The server replies to slow: sometimes it open reference pages quickly, sometimes with considerable and inappropriate delay.

Forum also doesn't work quite well always. By some reason its splits topics, like this one. Some time ago it could go hang in endless loop while posting messages. Now the situation is better - data is transferred to the server but delay is also inappropriate long.
October 26, 2012
On Friday, 26 October 2012 at 15:17:34 UTC, Maxim Fomin wrote:
> On Friday, 26 October 2012 at 04:59:07 UTC, H. S. Teoh wrote:
>> Is it just me, or has dlang.org been really slow today? Is something
>> wrong with the site that needs our attention? It takes almost 2 whole
>> minutes to load a page -- at first I thought my office network screwed
>> up again, but now I'm at home and it's still like that.
>>
>>
>> T
>
> Fully conform. The server replies to slow: sometimes it open reference pages quickly, sometimes with considerable and inappropriate delay.
>
> Forum also doesn't work quite well always. By some reason its splits topics, like this one. Some time ago it could go hang in endless loop while posting messages. Now the situation is better - data is transferred to the server but delay is also inappropriate long.

The problem is still happening. Very slow at times, but also fast at other times. I was also noticing a number of topics are being broken up into spearate topics with same title.

--rt

October 27, 2012
On Friday, 26 October 2012 at 22:59:41 UTC, Rob T wrote:
> On Friday, 26 October 2012 at 15:17:34 UTC, Maxim Fomin wrote:
>> Fully conform. The server replies to slow: sometimes it open reference pages quickly, sometimes with considerable and inappropriate delay.
>>
>> Forum also doesn't work quite well always. By some reason its splits topics, like this one. Some time ago it could go hang in endless loop while posting messages. Now the situation is better - data is transferred to the server but delay is also inappropriate long.
>
> The problem is still happening. Very slow at times, but also fast at other times. I was also noticing a number of topics are being broken up into spearate topics with same title.

This is probably not a forum.dlang.org bug, but a consequence of people using a broken client to reply which doesn't correctly set the threading-related headers.

Still, it might be a good idea to look into heuristics to detect such mishaps, as it definitely looks very odd on the web interface.

David