-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use the Gutenberg-mobile binary JS bytecode #11436
Conversation
You can test the changes on this Pull Request by downloading the APK here. |
Tried the e2e tests locally but it's the |
This issue is targeting the current frozen milestone which is about to be released. I am bumping it to |
Hi there! I will be freezing 14.6 in a little bit, to this PR is being bumped to 14.7. If you need this to be shipped in 14.6, please update the base branch to |
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
To use: 0. Use a `debug` build variant, the setting is only avail there 1. Put wp.OFFER_GUTENBERG_TEXT_JS_BUNDLE=true in gradle.settings to reveal the App setting 2. Use the App setting to select bytecode or not for Gutenberg's JS bundle
d7d9ae9
to
cf7de98
Compare
Hi there! P.S: I am still working on the messaging for these bumps, so please let me know if you have any questions/concerns/feedback. |
Hi there! Extra note: |
Removed the milestone flagging, at least until this PR comes out of the Draft state, thanks for the suggestion Oguz 👍. |
No need for this PR anymore, see #13297 (comment). |
This is a draft PR to enable testing wordpress-mobile/gutenberg-mobile#2003 from gutenberg-mobile. The APK produced will load up a binary JS bytecode version for the block editor, resulting in better boot performance.
To test:
PR submission checklist:
RELEASE-NOTES.txt
if necessary.