Closed abma closed 9 years ago
nah, its OK. All these files are usually cached already by browsers so it will be faster then using local copies
also here: https://developer.yahoo.com/performance/rules.html Use a Content Delivery Network
in short, its VERY bad to use a cdn / external files.
for now its ok. I did it intentionally
see sourcecode of http://springrts.ru/
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js
they should be hosted locally
cdn's are often disliked by adblockers, too.