From 271e1dd9c29562c3640f4f2cb79bd20292fe11b2 Mon Sep 17 00:00:00 2001 From: Fornax Date: Mon, 19 Feb 2024 20:11:39 +0100 Subject: [PATCH] Factual correction --- res/static/style/layout.css | 4 +++- svelte/src/speedtest/Index.svelte | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/res/static/style/layout.css b/res/static/style/layout.css index a889398..91d87b3 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -364,7 +364,9 @@ a { color: var(--link_color); } -p { +p, +ul, +ol { margin: 0.5em 0; } diff --git a/svelte/src/speedtest/Index.svelte b/svelte/src/speedtest/Index.svelte index 31a190e..c52a786 100644 --- a/svelte/src/speedtest/Index.svelte +++ b/svelte/src/speedtest/Index.svelte @@ -33,7 +33,7 @@ import Speedtest from "./Speedtest.svelte";

The second number shows the download speed in bits. This is usually the speed your ISP advertises to you. This number is equal to the - first number but multiplied by 8, because there are eight bits in a + first number multiplied by eight, because there are eight bits in a byte.

@@ -46,10 +46,10 @@ import Speedtest from "./Speedtest.svelte";

The last number shows how much data the speedtest was able to - transfer in duration of the test. The standard test is five seconds - and the long test is 10 seconds. The long test is better - representative of the real download speed because the speed needs to - ramp up at the beginning which also takes time. + transfer in the duration of the test. The standard test is six + seconds and the long test is twelve seconds. The long test might be + slightly more accurate than the short one, but it uses more + bandwidth.

Why is the speed different from other speed tests?