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
Hey @justinribeiro awesome action, love the involvement here!! 😍
A quick note though on using WPT profiles with CDT throttling as-is. WPT profiles are specified with latency at the packet level, i.e. RTT at the transport layer, while CDT expects throttling settings at the request level, i.e. RTT at the application layer.
The latency needed to be applied at the request level to see similar performance numbers is often several multiples of the latency at the packet level to account for the latency of DNS lookups, SSL handshakes, TCP handshakes, slow start, etc. You'll find these adjustment factors in the LH repo as well.
Love the ease with which folks can opt for different WPT profiles and the clever solution you've got to apply them! Awesome job here and carry on :D
(I think this might also apply to your jest example repo)
The text was updated successfully, but these errors were encountered:
Hi @patrickhulce! Yeahhhh......that was an oversight on my part (same with the jest example repo as well). I happened across this very problem when eyeballing numbers this morning; numbers are bit skewed. :-)
I'm going to patch this up with said adjust factors (cheers for the direct link).
Hey @justinribeiro awesome action, love the involvement here!! 😍
A quick note though on using WPT profiles with CDT throttling as-is. WPT profiles are specified with latency at the packet level, i.e. RTT at the transport layer, while CDT expects throttling settings at the request level, i.e. RTT at the application layer.
The latency needed to be applied at the request level to see similar performance numbers is often several multiples of the latency at the packet level to account for the latency of DNS lookups, SSL handshakes, TCP handshakes, slow start, etc. You'll find these adjustment factors in the LH repo as well.
Love the ease with which folks can opt for different WPT profiles and the clever solution you've got to apply them! Awesome job here and carry on :D
(I think this might also apply to your jest example repo)
The text was updated successfully, but these errors were encountered: