Benefits of using CDN links in head tag

The main benefit is your website  loads faster as compared to attached local files in head tags.

Suppose if the browser has opened a website that contains some CDN links.
Then after you open another website that has the dependecy of same CDN links will be loaded faster.

Peoples generally install js or put css files of bootstrap locally to ensure the availablity of these dependecy as CDN links are outsider dependecy. But if you use CDN links the performance can be increased.

Comments

Popular posts from this blog

aaabb to32 ,aabbb to a2b3 convert in c-asr

a2b3 output aabbb c program and beautiful use of getchar() ,isdigit() ,atoi() functions and stdlib.h header file-asr

C program to print square spiral number pattern - asr