-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【軽量化】plugin_system.js と plugin_browser.js の命令を別のプラグインに移す #567
Comments
plugin_*の分割について、いろいろいじりまわしていた中で思ったことを書いておきます。 動的にpluginが取り込めるなら、命令グループ単位ぐらいに細分化して、どのpluginを取り込んで使っているのかは、ソース上でわかる(pluginなしのwnako.jsだけあればよい) となっていてもいいかな と思います。 |
@weyk 貴重な意見、ありがとうございます。 確かにその通りで、まずは、バージョン番号、どのプラグインでも使うAPIなどを別ファイルに分割するという、簡単にできるところから着手したいと思います。 |
caniuse-db, csv-lite, daysjsを後から動的ロードするように工夫するようにします。 |
#471 に関してのタスク。
サイズ削減作として、抜本的な対策として、plugin_system.js と plugin_browser.js の命令で、サイズが大きいものを別のプラグインに分割したいと思います。
よく使われている命令というのは、たぶん、現状の30%以下だと思います。
各命令の人気順が出ているので、これを参考にしつつ、あまり使わない命令を別のプラグインに分割して、動的ロードしてもらうようにする。
The text was updated successfully, but these errors were encountered: