Phedenskog has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334407 )
Change subject: Collect Chrome devtools timeline again. ...................................................................... Collect Chrome devtools timeline again. Trying to find the issue why we get so high TTFB for logged users I tried to remove fetching the timeline for Chrome but no difference. Lets put it back again. Bug: T153640 Change-Id: I19dd89df11c8710b3b9361101e87e78e05e1342b --- M scripts/batch/login-desktop.txt 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/performance/WebPageTest refs/changes/07/334407/1 diff --git a/scripts/batch/login-desktop.txt b/scripts/batch/login-desktop.txt index 34ab54f..9036df3 100644 --- a/scripts/batch/login-desktop.txt +++ b/scripts/batch/login-desktop.txt @@ -13,4 +13,4 @@ # Example (make sure to change WMF_WPT_KEY, and WPT_USER_PASSWORD) # $ WMF_WPT_KEY=SECRET_KEY STATSV_ENDPOINT=http://localhost WPT_RUNS=1 WPT_USER=wptuser WPT_USER_PASSWORD=SECRET_PASSWORD WMF_WPT_LOCATION=us-west-1 bin/index.js --batch ./scripts/batch/login-desktop.txt ---webPageTestKey <%WMF_WPT_KEY> --median SpeedIndex --webPageTestHost wpt.wmftest.org --location <%WMF_WPT_LOCATION>:Chrome --label chrome-authenticated --runs <%WPT_RUNS> --first true --endpoint <%STATSV_ENDPOINT> --namespace webpagetest.enwiki.authenticated.Facebook --reporter statsv ./scripts/wptscripts/login-desktop-enwiki-facebook.txt +--webPageTestKey <%WMF_WPT_KEY> --median SpeedIndex --webPageTestHost wpt.wmftest.org --location <%WMF_WPT_LOCATION>:Chrome --label chrome-authenticated --runs <%WPT_RUNS> --first true --endpoint <%STATSV_ENDPOINT> --namespace webpagetest.enwiki.authenticated.Facebook --reporter statsv --timeline true ./scripts/wptscripts/login-desktop-enwiki-facebook.txt -- To view, visit https://gerrit.wikimedia.org/r/334407 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I19dd89df11c8710b3b9361101e87e78e05e1342b Gerrit-PatchSet: 1 Gerrit-Project: performance/WebPageTest Gerrit-Branch: master Gerrit-Owner: Phedenskog <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
