0 votes
in JQuery by
What is the advantage of hosting a jQuery using a CDN?

1 Answer

0 votes
by

What is the advantage of hosting a jQuery using a CDN?

 CDN stands for Content Delivery Network or Content Distribution Network. It is a large distributed system of servers deployed in multiple data centers across the internet. It provides the files from servers at a higher bandwidth that leads to faster loading time.

Advantages of using CDN are:

The jQuery library download time will be reduced. For example - Users in Europe will hit the CDN in Europe, and users in the US will hit the US CDN. As a result, this will reduce the overall page load time.

The jQuery library will already be cached in the user’s browser if the user visited another website that references the same jQuery library. In this case, the user need not download the jQuery library.

Related questions

0 votes
asked Nov 20, 2020 in JQuery by sharadyadav1986
0 votes
asked Nov 20, 2020 in JQuery by sharadyadav1986
...