Skip to content
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

Please consider bundling and minifying the JavaScript code #12

Open
ghost91- opened this issue Oct 26, 2021 · 2 comments
Open

Please consider bundling and minifying the JavaScript code #12

ghost91- opened this issue Oct 26, 2021 · 2 comments
Assignees

Comments

@ghost91-
Copy link

At the moment chat commands consists of 4 modules that are loaded separately by the browser (and one after another because they are only loaded through the include, it needs at least 3 round trips to the server to load the modules). This makes the load time of the module quite high.
For that reason I suggest to bundle the JavaScript modules into a single file and also add minification, which would further improve the load time.
If you need help with setting up a bundler (such as webpack or rollup), feel free to contact me for help.

@cswendrowski
Copy link
Contributor

@ghost91- if you would like to submit a PR to minify, that'd be much appreciated! Else, I'll see about doing this sometime soon

@ghost91-
Copy link
Author

I’ll see what I can do

@cswendrowski cswendrowski self-assigned this Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants