Pongetti
04-12-2008, 02:47 PM
EDIT: I apologize, for I think I put this in an inappropriate forum.
Hello,
I have recently noticed that once a customer on my web store gets far enough into the order process to be in SSL mode, the pages can take a considerable amount of time to respond. I have deduced that the response time is dependent on the number of items in the shopping cart.
1 cart item and the pages load immediately, 5 items and it takes a few seconds. I tried it with 30 cart items and it took about a minute!
The only possible idea I have come up with is that encrypting the session takes a surprising amount of overhead and this is building up, but I can't see that I'm storing enough information for such a huge slowdown. I don't completely understand SSL or sessions with SSL, maybe someone could shed some light on how my session size would affect the speed of SSL connections.
When does SSL start working? I would assume that it would only encrypt data actually transfered, so the complexity of an ASP script wouldn't affect the response time any differently than if it was non-encrypted communication.
Any help or ideas would be much appreciated, thank you!
Hello,
I have recently noticed that once a customer on my web store gets far enough into the order process to be in SSL mode, the pages can take a considerable amount of time to respond. I have deduced that the response time is dependent on the number of items in the shopping cart.
1 cart item and the pages load immediately, 5 items and it takes a few seconds. I tried it with 30 cart items and it took about a minute!
The only possible idea I have come up with is that encrypting the session takes a surprising amount of overhead and this is building up, but I can't see that I'm storing enough information for such a huge slowdown. I don't completely understand SSL or sessions with SSL, maybe someone could shed some light on how my session size would affect the speed of SSL connections.
When does SSL start working? I would assume that it would only encrypt data actually transfered, so the complexity of an ASP script wouldn't affect the response time any differently than if it was non-encrypted communication.
Any help or ideas would be much appreciated, thank you!