browsertime
browsertime copied to clipboard
Measure and Optimize Web Performance
Over in [Bug 1611003](https://bugzilla.mozilla.org/show_bug.cgi?id=1611003) I'm adding support for `--log-path` to geckodriver with functionally similar just like chromedriver. This ticket tracks supporting `firefox.enableGeckoDriverLog`, just like `chrome.enableChromeDriverLog`.
One thing we noticed is that the timestamp-overlay-added video misses some frames compare to the input video. I used this command `ffprobe -select_streams v -show_packets | grep pts_time` to get...
Thank you for the brilliant tool. I am having an issue and hope you can help. When I run (docker version) once it works. However, when running multiple tests simultaneously,...
Visualmetrics last visual change for https://www.kaalimato.com/ is ~25s because the carousel keeps changing the page - is there any way to mitigate this?
sitespeed.io version = 10.2.0 iOS = Catalina 10.15 Trying to run simple test `module.exports = async function (context, commands) { return commands.measure.start('https://google.com'); };` ### speedsite.config.json `{ "browsertime":{ "iterations": 1, "selenium":...
Hi there, New to Sitespeed here, I am trying to run a test where a page changes and opens in a new tab with a slightly different url. The test...
The screenshot generated by Selenium:  The screenshot generated through the video: 
Hi, I am building an efficient web proxy and I need to record how many URLs are hit from the disk or memory cache from inside the browser. However, browsertime...
Hi there, The documentation here (https://www.sitespeed.io/documentation/browsertime/configuration/) says that a script file can be passed but it doesn't work. The script inside the file is never executed. I know I can...
One thing that isn't clear in the documentation is that if you run a script and the first thing you do is measure with an alias instead off an URL,...