Thread overview
[semi-OT] forum.dlang.org performance mentioned on Hacker News
Aug 02, 2015
David Nadlinger
Aug 02, 2015
dereck009
Aug 03, 2015
Joakim
Aug 04, 2015
Vladimir Panteleev
Aug 04, 2015
Walter Bright
Aug 03, 2015
Dicebot
Aug 03, 2015
Walter Bright
August 02, 2015
Somebody just mentioned Vladimir's great work in a discussion on the Hacker News front page: https://news.ycombinator.com/item?id=9990763

 — David
August 02, 2015
On Sunday, 2 August 2015 at 15:33:42 UTC, David Nadlinger wrote:
> Somebody just mentioned Vladimir's great work in a discussion on the Hacker News front page: https://news.ycombinator.com/item?id=9990763
>
>  — David

Can we read about how the architecture of this site?

Where are the servers located?
Does it use any CDN?
Are all the pages cached static HTML or dynamic?


Seriously impressive performance.

August 03, 2015
On Sunday, 2 August 2015 at 15:46:40 UTC, dereck009 wrote:
> On Sunday, 2 August 2015 at 15:33:42 UTC, David Nadlinger wrote:
>> Somebody just mentioned Vladimir's great work in a discussion on the Hacker News front page: https://news.ycombinator.com/item?id=9990763
>>
>>  — David
>
> Can we read about how the architecture of this site?
>
> Where are the servers located?
> Does it use any CDN?
> Are all the pages cached static HTML or dynamic?
>
>
> Seriously impressive performance.

Vlad, you have a blog: do you have the time to write this up?  We could put your post on Reddit/HN and get some attention on D.
August 03, 2015
On Sunday, 2 August 2015 at 15:33:42 UTC, David Nadlinger wrote:
> Somebody just mentioned Vladimir's great work in a discussion on the Hacker News front page: https://news.ycombinator.com/item?id=9990763
>
>  — David

To ne honest this is more of a selling point for Vladimir being very reasonable un web dev than for D itself :)
August 03, 2015
On 8/2/2015 8:33 AM, David Nadlinger wrote:
> Somebody just mentioned Vladimir's great work in a discussion on the Hacker News
> front page: https://news.ycombinator.com/item?id=9990763
>
>   — David

The title is: Why and how is Hacker News so fast?
August 04, 2015
On Sunday, 2 August 2015 at 15:46:40 UTC, dereck009 wrote:
> On Sunday, 2 August 2015 at 15:33:42 UTC, David Nadlinger wrote:
>> Somebody just mentioned Vladimir's great work in a discussion on the Hacker News front page: https://news.ycombinator.com/item?id=9990763
>>
>>  — David
>
> Can we read about how the architecture of this site?
>
> Where are the servers located?
> Does it use any CDN?
> Are all the pages cached static HTML or dynamic?
>
>
> Seriously impressive performance.

Hi all, sorry, I'm on vacation so unable to write a full response.

No rocket science here, just general optimization common sense. Look at what CPU and web profilers (e.g. Google PageSpeed) say and optimize accordingly, rinse and repeat.
August 04, 2015
On 8/3/2015 9:20 PM, Vladimir Panteleev wrote:
> No rocket science here, just general optimization common sense. Look at what CPU
> and web profilers (e.g. Google PageSpeed) say and optimize accordingly, rinse
> and repeat.

Just goes to show, once again, how easy it is to be the fastest, because nobody else will use a profiler.