From dd9e41252c4a82403faba6db92a0af156d3b8505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 25 Sep 2014 16:51:40 +0200 Subject: [PATCH] About Domain Sharding --- app/node_views/results.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/node_views/results.html b/app/node_views/results.html index 2f7c32a..a22f0cb 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -639,6 +639,7 @@

For each domain met, the browser needs to make a DNS look-up, which is slow. Avoid having to many different domains and the page should render faster.

+

By the way, domain sharding is not a good practice anymore.