Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
|
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: App Entrypoints (~48 bytes added 📈 [gzipped]) DetailsCommon code that is always downloaded and parsed every time the app is loaded, no matter which route is used. Sections (~52129 bytes added 📈 [gzipped]) DetailsSections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. 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. |
fditrapani
left a comment
There was a problem hiding this comment.
Works great! thanks for the quick fix.
|
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 |
Fixes: #101776
Proposed Changes
During #101502, there was a merge conflict that I incorrectly fixed by pointing the 100-year-plan flow to the wrong flow. I wrote a script to check that all the flows are all identical before and after my PR, but it only checked the object keys, not the values. And the issue was in the value 😞
Testing Instructions