ui: prune unneeded dependencies #18789
Labels
A-webui-general
Issues on the DB Console that span multiple areas or don't have another clear category.
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
no-issue-activity
X-stale
Every byte of dependency counts against us twice: it bloats our binary size in addition to the usual concerns about bandwidth to the client & parse-execute time. We should make sure every dependency we include is necessary (and then make the admin UI load as quick as possible, see #18668). NVD3 is our second-biggest dependency, and we already have an issue to eliminate that - #18620. Let's evaluate the rest of our dependencies and make sure they all add enough value to justify including.
The text was updated successfully, but these errors were encountered: