-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove calypso_onboarding_goals_step_added_goals
experiment
#97203
Conversation
Removes code for assigning experiment participants, and any code that used the old control variant.
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
calypso_onboarding_goals_step_added_goals
experiment
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: App Entrypoints (~24 bytes removed 📉 [gzipped])
Common code that is always downloaded and parsed every time the app is loaded, no matter which route is used. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
client/landing/stepper/declarative-flow/internals/steps-repository/goals/goals.tsx
Outdated
Show resolved
Hide resolved
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
Proposed Changes
Removes code for assigning experiment participants, and any code that used the old control variant.
calypso_onboarding_goals_step_added_goals
assignment codecontrol
variant, since it's now dead codeWhy are these changes being made?
We're wrapping up the experiment p1733606517185389-slack-C07H21B2W59
We've collected plenty of data on the difference between the two experiences, and having the extra variation is going to add too many permutations to deal with while working on #96905
Testing Instructions
site-setup
flow. There should be no changes from the existing treatment experience.Pre-merge Checklist