http:// or https:// loads fast??

Discussion in 'HTML & Website Design' started by datasolution, Mar 16, 2007.

  1. #1
    I need DP members help...

    Can anybody explain which one take more time for loading..

    http://www. or https://www.

    thanx
     
    datasolution, Mar 16, 2007 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    https because the date is encrypted.
     
    mad4, Mar 16, 2007 IP
  3. datasolution

    datasolution Banned

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    are you sure https:// loads fast as compare to http:// ?
     
    datasolution, Mar 16, 2007 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You asked which one took more time for loading. I said https
     
    mad4, Mar 16, 2007 IP
  5. datasolution

    datasolution Banned

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanx for quick reply...

    Can you explain why it takes more time?
    Any resource link where i can find out the exact reason..?
     
    datasolution, Mar 16, 2007 IP
  6. Jonathan Hue

    Jonathan Hue Peon

    Messages:
    166
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    HTTPS is much slower than HTTP!

    Because, the https request communicates over SSL involves the process of Encryption and Decryption. The request is first encrypted on the sender’s side and decrypted on the receiver’s side.

    Thanks
     
    Jonathan Hue, Mar 16, 2007 IP
  7. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #7
    He answered you here. The data has to be encrypted, thats why its slower.
     
    login, Mar 16, 2007 IP
  8. rockwell

    rockwell Peon

    Messages:
    211
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    http is faster as compared to https
     
    rockwell, Mar 17, 2007 IP
  9. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #9
    HTTP is the standard protocol for clients (Web browsers) and servers (Web servers) to communciate with each other over the Internet. By its very nature, it is unnecrypted, meaning that anyone can intercept and read the data packets that are sent back and forth with a little bit of effort.

    HTTPS works differently, since it uses either SSL (Secure Socet Layer) 2 or 3 (or in Opera's case, TLS - which stands for Transport Layer Security - 1.0 or 1.1). When the communication between the client and server is initiated, the server encrypts a "secret key" (in the case of TLS) and sends it to the client (Web browser) so it will be able to "unlock" the encrypted data packets that will follow.

    Now don't get me wrong, I'm not an expert on TCP/IP, HTTP, SSL and TSL, or even Web security in general, not by any stretch of the imagination, so I may have gotten part of that wrong. But what it boils down to is HTTPS tends to take longer because it involves the creation of a secure transfer session between the browser and server so that both sides can send encrypted data to each other without fear of being intercepted by someone who wants your visitors' personal data - like credit card numbers, bank account numbers, Social Security Numbers (if in the US), username and password information, and so on.

    In the end, don't use HTTPS unless you have to. And if you have a site that requires personal data like usernames, passwords, and credit card numbers, use HTTPS for those parts of the site that need it (such as message board or client login areas), and use standard HTTP for the rest. Also avoid having a login form on each page of your Web site as much as possible, instead using a separate page with an HTTPS connection instead.
     
    Dan Schulz, Mar 17, 2007 IP
  10. RobertMedia

    RobertMedia Active Member

    Messages:
    902
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #10
    HTTP: Hyper Text Transfer Protocol - Fast (not encrypted)
    HTTPS: Hyper Text Transfer Protocol Secure - Slow (encrypted)

    - Robert
     
    RobertMedia, Mar 18, 2007 IP
  11. dancom96

    dancom96 Well-Known Member

    Messages:
    1,556
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    105
    #11
    http:// is faster cause it isnt encrypted
     
    dancom96, Mar 18, 2007 IP
  12. extensiblecascade

    extensiblecascade Active Member

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #12
    I would say https has to be way slower as it is for security reasons, rather than speed.
     
    extensiblecascade, Mar 18, 2007 IP
  13. usamzi

    usamzi Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Most browsers are generall set to use the highest encryption standard available, and in many cases will adopt 256-bit encryption which can be slow. If you do not have a business or security need for 256-bit encryption then you can opt for a lower grade encryption.
    Like if you are using mozilla :

    Try Edit -> Prefernces -> Privacy & Security -> SSL

    Click "Edit Ciphers" and go through each of the three tabs and disable anything higher than 128-bit.
     
    usamzi, Mar 19, 2007 IP
  14. datasolution

    datasolution Banned

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Thanx Dan Schulz
    nice explaination...:)
     
    datasolution, Mar 20, 2007 IP
  15. datasolution

    datasolution Banned

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Thanx guyz for your help...
    :)
     
    datasolution, Mar 20, 2007 IP