Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
CDNs are commonly used for several purposes:
1. If it is "generic" content, such as JQuery, it increases the likelihood that the user has already downloaded this library (or other file) from this link in the cache and will not have to download it again again.
2. To remove cookies and other "irrelevant" intermediate information from HTTP traffic, thereby speeding up the download process.
3. To unload the main server/channel from static
4. etc.
In your specific case:
1. Depends on the geography of a particular user
2. Depends on how fast the CDN and your server (and network and load) can give "pictures and other statics", which in turn can also be affected by user traffic (their number per unit of time)
3. CDN 's are different :)
4. And other factors
The common disadvantages of CDN's include the fact that sometimes they get blocked for various reasons (thanks to the efforts of admins of different companies) and it turns out that your site is loaded, but static is not . Although this happens extremely rarely, I even encountered a situation where Google-CDN was blocked. And also CDNs can "fall" like any other server, creating a similar situation when your site is working, but there is no static.
If your target audience is in Russia, then:
pluses if you have a lot of traffic and a channel from one vps is not enough for
the second plus if your users are from different parts of the world and then your customers will simply be delivered to customers
for small projects faster, usually on a drum
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question