From 279a49cdf44092c36ad8b300286c224f13085eb8 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 29 Sep 2020 18:36:00 +0200 Subject: [PATCH] Base: Show how long it took to load the welcome.html page :^) --- Base/res/html/misc/welcome.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 3016ccb2f7..f11253496f 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -22,6 +22,9 @@ a { span#ua { color: red; } +span#loadtime { + color: yellow; +} @@ -29,6 +32,7 @@ span#ua {

Welcome to the Serenity Browser!

This is a very simple browser built on the LibWeb and LibJS engines.

Your user agent is:

+

This page loaded in ms

Some small test pages:

+