diff --git a/report/velocity/pages.vm b/report/velocity/pages.vm
index c42f42573..2d9c72305 100644
--- a/report/velocity/pages.vm
+++ b/report/velocity/pages.vm
@@ -85,7 +85,7 @@
- page load time (ms)
+ page load time (s)
|
@@ -97,7 +97,7 @@
|
- ttfb (ms)
+ ttfb (s)
|
@@ -212,7 +212,7 @@
|
## The load time
- $results.getChild("lt").getValue()
+ $math.div($results.getChild("lt").getValue(),1000)
|
@@ -289,6 +289,7 @@
|
+ ## The time to first byte
$results.getAttribute("ttfb").getValue()
|