You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, this is #9. Currently, GHD only simulates network latency. My current thinking is that we might be able to use Server Timing data when available.
Trying out GHD with a few sites and not seeing the same sort of latency I was expecting.
Went to http://stevesouders.com/cuzillion/ (use http not https) and made a page like with 2,3 s of latency on the script/style:
(link is http://stevesouders.com/cuzillion/?c0=hj1hfff2_0_f&c1=hc1hfff3_0_f&c2=bi1hfff0_0_f&t=1504636759204 if that still works)
I saved the HAR. Then viewing it in a new devtools window, the data looks like this:
Then sent to the vagrant and loaded things up, the way I think it should... But the results aren't looking right:
The "page load time" measurement in JS also thinks its a ~600ms page rather than a ~3000ms one.
obv no rush on this, just reporting it. :)
The text was updated successfully, but these errors were encountered: