Is TLS Fast Yet?

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 11

  • @igrigorik
    @igrigorik  10 ปีที่แล้ว +66

    *Is TLS Fast Yet?* Yes, yes it is! But you need to do your homework and test your deployment to get the best performance. If you do it right, you can reliably deliver 1RTT handshakes (to new and returning visitors), eliminate (costly) validation delays, and remove unnecessary buffering latency (by tuning your TLS record sizing).
    Slides: bit.ly/fastTLS, more info: istlsfastyet.com

    • @VladMarkov
      @VladMarkov 10 ปีที่แล้ว +1

      Ilya Grigorik if it is possible try to talk a bit slower and articulate. You are talking about very loaded subject, and people need more time to digest it, than you giving it to them. Otherwise thanks! excellent material.

    • @igrigorik
      @igrigorik  10 ปีที่แล้ว +5

      ***** check out github.com/igrigorik/videospeed :)

  • @Making8Inc
    @Making8Inc 6 ปีที่แล้ว +3

    What's the state of things now? I saw this video link on the footer of webpagetest.org

  • @ArthurWiebe
    @ArthurWiebe 10 ปีที่แล้ว +2

    TLS (HTTPS) can actually make your web site load faster.

  • @UdaySubbarayan
    @UdaySubbarayan 10 ปีที่แล้ว

    Very good video. Do you have any feedback for TLS for WebSocket?

    • @igrigorik
      @igrigorik  10 ปีที่แล้ว +1

      The handshake is identical, all the same optimizations apply. Once connection is established, all depends on the type of traffic going back and forth -- for lower latency, you want to use smaller record sizes to avoid unnecessary delays.

    • @UdaySubbarayan
      @UdaySubbarayan 10 ปีที่แล้ว

      Ilya Grigorik Thank you.

    • @MAMA-wu6nf
      @MAMA-wu6nf 7 ปีที่แล้ว

      K