Actions
Tracker #12944
openapplication assets are too large
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Description
currently, my application.js is 3.9 MB
Please use this tracker to break down components, i would like to understand which components are too large and maybe not required, or can be removed with some effort(for example jquery-ui).
Updated by Tomer Brisker almost 9 years ago
a large part of this is because of gettext_i18n_rails_js
, which includes all the app/assets/javascripts/locale/*
directory in application.js - a total of about 2.5M currently.
Updated by Dominic Cleal over 8 years ago
- Related to Refactor #14318: Only load JS translation table for current locale added
Updated by Ohad Levy over 8 years ago
- Description updated (diff)
- Category deleted (
Performance)
Updated by Dominic Cleal about 8 years ago
- Blocked by Refactor #15829: Update ace-rails-ap to 4.1.x added
Actions