The javascript is too damn big!
#5025 · Ruby · ★ 2.1k · AGPL-3.0 · updated 2mo ago
We need to split up the javascript rather than having a single application bundle. Some bits are big, and used only in very specific circumstances: zxcvbn (this is the big offender) uppy / tus_client altcha (small, but only ever used on signup) Some bits can be removed: rails-ujs…