|
|
|
|
|
by mike_hearn
4376 days ago
|
|
Sure about that? Try browsing http://forum.dlang.org/ Especially if you're in Europe (I get a ping time of 24 msec from Switzerland), the pages load nearly instantly. It's actually the sort of thing that you notice and go "whoa" it's so fast. Yet there's nothing special about it. It's just a regular web server, written in D, that serves pages really fast (probably out of cache). If you use HTTP caching and compression appropriately, and keep your design light, there's no particular reason you need to use Javascript to speed things up. |
|