Tagged Questions

6
votes
4answers
320 views

HTTPS vs HTTP speed comparison

I'm considered running my entire e-commerce website under https. I decided to run a crude benchmark to measure the download time of a 156KB image through https vs http because I had read that https is …
4
votes
7answers
167 views

How can I find out the download speed of the client from server?

According to the client's download speed I want to show the video's either in low or high quality. Any Javascript or C# solution is acceptable. Thanks.