-
Notifications
You must be signed in to change notification settings - Fork 9
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
Improving JavaScript code for performance #573
Comments
for instance: => I will choose "Webpack" as the minifile solution. Do you agree with me on this solution? If you agree then I need 6 days to implement and test all the features. |
@yeneastgate Please go ahead and implement the suggested solutions. Thank you :) |
@fredericalpers After consideration, we see that we don't have enough effort and time to do issue #573 this cycle, since the two issues #554 and #557 required a lot of testing effort. Could you please move this issue to the ramp-up or the next cycle so we can work on it? |
Postpone Issue #573 to ramp up for now, if necessary we will postpone it to 4.16 :) |
Hi, @fredericalpers . |
@yeneastgate sounds good! thank you :) |
Hi, @fredericalpers:
B. Here are the results for performance before and after refactor Please check and let me know your opinion about this. |
@yeneastgate looks good to me! we will review it more in depth soon, thank you :) |
Hi, @fredericalpers. Here's a guide on how to minify file js by webpack:
Note: If you have added or edited any JavaScript files in the "wp-content/plugins/nameRootOnofficePluginFolder/js" folder during development, be sure to run the command "npm run build" again. This will ensure that the logic for the ".min.js" file is updated accordingly. Video demo: minify.mp4 |
Current state
Recently, the requests and complaints regarding the speed and general performance of the plugin have increased again. We would like to improve the performance of the plugin.
JavaScript files should be reviewed and improved in this regard.
Possible action items:
Desired state
The plugin's performance should improve.
The text was updated successfully, but these errors were encountered: