Tagged Questions
The download-speed tag has no wiki summary.
12
votes
5answers
5k 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
1answer
980 views
Get Download and Upload Speeds C#
I'm looking for a class or a library or anything that will allow me to get the current download speed, I've tried a lot of code from the net including FreeMeter but can't get it to work.
Can some ...
4
votes
7answers
345 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.
0
votes
2answers
82 views
Change text in the QProgressBar
Well i have a QProgressBar where i show the download progress, however i want to set where it shows the percentage the download speed, leaving it as:
Percentage% (downloadspeed KB/s)
Any idea?
0
votes
0answers
10 views
Does serving MIME type images improves loading speed, what benefits
I am wondering if including MIME types images, instead of the images themselves, helps improve the loading speed in the page?
What are advantages of serving encoded MIME types instead of original ...