Add info about missing metrics in Safari. (#3442)

This commit is contained in:
Peter Hedenskog 2021-08-22 14:32:00 +02:00 committed by GitHub
parent 623e6a1f4a
commit 566181e50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ if usingBrowsertime
| ).
| .
a(href= rootPath + 'settings.html')= '(runtime settings).'
if options.browsertime.browser === 'safari'
p At the moment we get limited metrics from Safari. Transfer sizes and number of requests are missing.
else if usingWebPageTest
p.small Tested #{timestamp} using WebPageTest #{options.webpagetest.location} using connectivity #{options.webpagetest.connectivity} for #{h.plural(options.webpagetest.runs, 'run')}.