[ 
https://issues.apache.org/jira/browse/SOLR-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926442#comment-15926442
 ] 

Alexandre Rafalovitch commented on SOLR-10288:
----------------------------------------------

I think what Erick was trying to say that we have New and Old UI and they both 
have their own javascript (and CSS) libraries. They are not identical, so 
cannot be rolled together or just deleted (at least until old UI is deleted in 
7.0).

On the other hand, yes, there could be significant improvements regarding 
minification and other issues around the new UI, but they did not get 
implemented yet. There are JIRAs for that somewhere I think.

One of the challenges is that New UI is implemented in Angular 1, which is 
already rapidly becoming a legacy due to the Google's decision to radically 
change direction for Angular after that. So the hope of attracting new UI 
developers by giving them a better framework has not been as successful as was 
expected. But that was even worse with legacy UI anyway.

> Javascript housekeeping in UI
> -----------------------------
>
>                 Key: SOLR-10288
>                 URL: https://issues.apache.org/jira/browse/SOLR-10288
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: 6.4.2
>            Reporter: Shawn Heisey
>            Priority: Minor
>
> I noticed a couple of things about the javascript files included in Solr for 
> the Admin UI:
> * There is unnecessary duplication between the "js" and "libs" directories.
> * Some of the files are not minified, and for some of those that are, the 
> non-minified originals are still included in the binary release.
> Removing the duplicates entirely and the non-minified files from the binary 
> release would shave a little bit of size off of the binary download.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to