combineSteps and TTFB
|
06-11-2016, 02:04 AM
Post: #1
|
|||
|
|||
combineSteps and TTFB
Hi all - Any known issues with the TTFB results when using combineSteps? Seems to always be 0 when using combineSteps (at least on Chrome) and looks like it might be related to the first request being a favicon?
Here's an example: http://www.webpagetest.org/result/160610_N0_WGA and the script used: combineSteps navigate http://mobile.nytimes.com/2016/05/26/us/...-race.html execAndWait document.querySelector('.growl-dismiss-icon').dispatchEvent(new MouseEvent('click', { view: window, bubbles: true, cancelable: true })); document.querySelector('#expand-box').scrollIntoView(); document.querySelector('#expand-box button').dispatchEvent(new MouseEvent('click', { view: window, bubbles: true, cancelable: true })); document.querySelector('#dfp-ad-mid1').scrollIntoView(); which is essentially: combineSteps navigate http://mobile.nytimes.com/2016/05/26/us/...-race.html exec document.querySelector('.growl-dismiss-icon').click(); exec document.querySelector('#expand-box').scrollIntoView(); exec document.querySelector('#expand-box button').click(); execAndWait document.querySelector('#dfp-ad-mid1').scrollIntoView(); Thanks! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)