Add info about missing metrics in Safari. (#3442)
This commit is contained in:
parent
623e6a1f4a
commit
566181e50d
|
|
@ -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')}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue