What is the benefit of using CDN?
A Content Delivery Network (CDN) improves the performance of your sites by caching and delivering contents like images, javascript and css.
- It increases the parallelism available.
- It increases the chance that there will be a cache-hit.
- It ensures that the payload will be as small as possible.
- It reduces the amount of bandwidth used by the server.
- It ensures that the user will get a geographically close response.
No comments:
Post a Comment