English 中文(简体)
My Site Video upload speed is slower than other site?
原标题:

I have uploaded a same file to two different sites it had 30% time difference what are all the major factors affecting this? and what should i do to increase my sites upload speed?

最佳回答

If the sites reside on two different servers, the following factors may weigh in:

  • Old server - Old hardware=slower
  • High server load - More load=slower server.
  • Load balancing (more than one server) - More servers=faster response.
  • Available bandwidth - Low bandwidth=slower download. This could be normal or you might have routers that are underperforming.
  • Number of routers between the server and the Internet - Each hop takes time.
  • Distance between server and your browser - Longer=slower (more jumps between servers).
  • Internet load - If the servers in between you and the server are under load, it s getting slower.
  • High load on your ISP s network - More traffic=slower download

Make sure to host your sites with a reliable hosting service.

问题回答

暂无回答




相关问题
What to look for in performance analyzer in VS 2008

What to look for in performance analyzer in VS 2008 I am using VS Team system and got the performance wizard and reports going. What benchmarks/process do I use? There is a lot of stuff in the ...

SQL Table Size And Query Performance

We have a number of items coming in from a web service; each item containing an unknown number of properties. We are storing them in a database with the following Schema. Items - ItemID - ...

How to speed up Visual Studio 2008? Add more resources?

I m using Visual Studio 2008 (with the latest service pack) I also have ReSharper 4.5 installed. ReSharper Code analysis/ scan is turned off. OS: Windows 7 Enterprise Edition It takes me a long time ...

Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

热门标签