[
https://issues.apache.org/jira/browse/RANGER-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647675#comment-16647675
]
Mehul Parikh commented on RANGER-2220:
--------------------------------------
Committed to
[master|https://github.com/apache/ranger/commit/2dae7b0f6edd50c07546b5d1eee87044f02d6b7c]
,
[ranger-1|https://github.com/apache/ranger/commit/d2b56d2335286070e92d147cdc994938bab277a1],
[ranger-1.1|https://github.com/apache/ranger/commit/b2ff03c4fd285e00c95747bbf91c67418f3cb825]
and
[ranger-1.2|https://github.com/apache/ranger/commit/01d94239eb9c82c5eb0ba563d8b3d010a68515d7]
> Admin UI loads slowly because of many small JavaScript files
> ------------------------------------------------------------
>
> Key: RANGER-2220
> URL: https://issues.apache.org/jira/browse/RANGER-2220
> Project: Ranger
> Issue Type: Bug
> Components: admin
> Affects Versions: 1.1.0
> Reporter: Csaba Koncz
> Assignee: Dhaval Rajpara
> Priority: Minor
>
> The Admin UI web page loads slowly after login (~10 seconds or more,
> depending on network conditions)
> This is due to the ~140 small JavaScript files that need to be downloaded
> before the UI can be presented to the user.
> Compressing/concatenating (=minifying) JS resources and downloading them in a
> single step can improve the situation.
> Prototyped a solution for version 0.7 (using RequireJS Optimizer), will try
> to port it to the master version.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)