Refactoring JavaScript and bundling included packages
Inline JavaScript has been removed from all pages so that loading of jQuery and Bootstrap can be deferred to the end of the page which should allow the HTML of the page to render before any JS needs to be processed.
JS libraries are now served as static files so that there are no external dependencies on a page load.