jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/334407 )

Change subject: Collect Chrome devtools timeline and bodies again
......................................................................


Collect Chrome devtools timeline and bodies again

Follows-up 17626adfc33.

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 together with response bodies.

Bug: T153640
Change-Id: I19dd89df11c8710b3b9361101e87e78e05e1342b
---
M scripts/batch/login-desktop.txt
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scripts/batch/login-desktop.txt b/scripts/batch/login-desktop.txt
index 34ab54f..5be36d7 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 --bodies 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: merged
Gerrit-Change-Id: I19dd89df11c8710b3b9361101e87e78e05e1342b
Gerrit-PatchSet: 3
Gerrit-Project: performance/WebPageTest
Gerrit-Branch: master
Gerrit-Owner: Phedenskog <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to