Move largest Greetings Window assets to cloudflare CDN (#9649)

Modified the Greetings Window to download things from the Cloudflare CDN, instead of relying on the assets cache.

Reasons:

    CDN is faster and better for world wide (Aussie) users.
    IE caches these files in the background. Since they're static, this will mean faster loading times even if BYOND deletes the BYOND cache (since IE cache and BYOND cache are separate).
    If other UI frameworks do the same, we cut down on the initial transfer and load times A LOT by sharing the same cached and CDN-d resources.
This commit is contained in:
Erki
2020-08-12 18:19:01 +03:00
committed by GitHub
parent f0c87bbf4b
commit e7796cfdaa
7 changed files with 11 additions and 33 deletions
-3
View File
@@ -169,9 +169,6 @@ var/list/asset_datums = list()
"search.js" = 'html/search.js',
"panels.css" = 'html/panels.css',
"loading.gif" = 'html/images/loading.gif',
"bootstrap.min.css" = 'html/bootstrap/css/bootstrap.min.css',
"bootstrap.min.js" = 'html/bootstrap/js/bootstrap.min.js',
"jquery-2.0.0.min.js" = 'html/jquery/jquery-2.0.0.min.js',
"ie-truth.min.js" = 'html/iestats/ie-truth.min.js',
"conninfo.min.js" = 'html/iestats/conninfo.min.js',
"copyright_infrigement.png" = 'html/copyright_infrigement.png'