optimization - Do i need a Content Delivery Network If my audience is in one city? -


Sovias asked about some kind of social network website with very first images and the problem is more user, website There will be more images and I was afraid that it will take a lot of time to load images on the client side.

So the response I received was to get the content delivery network. Based on my limited information about what content is the delivery network, it is a series of copies of data and series of clients, which is the basis of some servers / computers where they are in the world? What if IM is planning to release my website only for a university, do students just want something like CDN to load my images instantly? Or would I have to hire a very expensive server? Thank you.

Keeping the majority of images in mind is the number of browser requests on the server, and then , In return, the number of requests must be queued and sent back.

A CDN has a gain location (this will load the property from the nearest physical server) The other advantage is that it is another server, so instead of queuing one server and instead of giving all 20 file requests , It can possibly do 10 while the other server is doing 10 simultaneously.

Will you see a big benefit? Okay, it really does not matter at this point. There is really a good problem to have a lot of traffic, wait until you actually have a problem, then you can understand what your best choice is at that time.

Comments