Open candy02058912 opened 13 hours ago
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:
App Entrypoints (~70 bytes added 📈 [gzipped])
Sections (~4373 bytes removed 📉 [gzipped])
Legend
Generated by performance advisor bot at iscalypsofastyet.com.
Fixes https://github.com/Automattic/dotcom-forge/issues/9909
Proposed Changes
Note that this page currently defaults to the "Account is deleting" state but it's actually not doing anything. We can address it after merging https://github.com/Automattic/wp-calypso/pull/96446
Why are these changes being made?
Testing Instructions
yarn start
(this is a must for the changes to be reflected)calypso.localhost:3000/me/account/closed
and it should be accessibleI've checked the important
/me
routes I could find in wp-calypso/me/purchases-by-owner/:ownershipId
, with this PR, it will redirect back to /me, which is reasonable)Pre-merge Checklist