spring-rts-ru / springrts-ru-website

springrts.ru website sources
http://springrts.ru
The Unlicense
3 stars 1 forks source link

page uses a lot of external resources #1

Closed abma closed 9 years ago

abma commented 9 years ago

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.

jamerlan commented 9 years ago

nah, its OK. All these files are usually cached already by browsers so it will be faster then using local copies

jamerlan commented 9 years ago

http://www.sitepoint.com/7-reasons-to-use-a-cdn/

jamerlan commented 9 years ago

also here: https://developer.yahoo.com/performance/rules.html Use a Content Delivery Network

abma commented 9 years ago

http://www.sitepoint.com/7-reasons-not-to-use-a-cdn/

abma commented 9 years ago

in short, its VERY bad to use a cdn / external files.

jamerlan commented 9 years ago

for now its ok. I did it intentionally