From 04f6150b4dc1d0343cfd727fcf22a5960342f853 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Fri, 15 Jan 2016 13:40:47 +0300 Subject: [PATCH] Remove unused JS from UI Many JS files in index.html slows first loading of web site. It happens because browser loads all JS (and CSS) files first and then renders the page. And if file doesn't containt any sensitive information it should be removed. Change-Id: I94b87a1f861872d4ef44af29065684e4ee0e3c97 --- refstack-ui/app/assets/js/refstack.js | 1 - refstack-ui/app/index.html | 1 - 2 files changed, 2 deletions(-) delete mode 100644 refstack-ui/app/assets/js/refstack.js diff --git a/refstack-ui/app/assets/js/refstack.js b/refstack-ui/app/assets/js/refstack.js deleted file mode 100644 index 980ad2ac..00000000 --- a/refstack-ui/app/assets/js/refstack.js +++ /dev/null @@ -1 +0,0 @@ -/* Miscellaneous Refstack JavaScript */ diff --git a/refstack-ui/app/index.html b/refstack-ui/app/index.html index 0750e045..9990b0db 100644 --- a/refstack-ui/app/index.html +++ b/refstack-ui/app/index.html @@ -35,7 +35,6 @@ -