Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.42k stars 1.99k forks source link

Enable logged out for /me/account/closed #96624

Open candy02058912 opened 13 hours ago

candy02058912 commented 13 hours ago

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

expected@2x

Why are these changes being made?

Testing Instructions

I've checked the important /me routes I could find in wp-calypso

Pre-merge Checklist

github-actions[bot] commented 13 hours ago
Calypso Live (direct link)
https://calypso.live?image=registry.a8c.com/calypso/app:commit-b39853b22276d126aa90b1eec5341345cc4377fe
Jetpack Cloud live (direct link)
https://calypso.live?image=registry.a8c.com/calypso/app:commit-b39853b22276d126aa90b1eec5341345cc4377fe&env=jetpack
Automattic for Agencies live (direct link)
https://calypso.live?image=registry.a8c.com/calypso/app:commit-b39853b22276d126aa90b1eec5341345cc4377fe&env=a8c-for-agencies
matticbot commented 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])

``` name parsed_size gzip_size entry-stepper +2491 B (+0.1%) +70 B (+0.0%) entry-main +2491 B (+0.1%) +67 B (+0.0%) ``` Common code that is always downloaded and parsed every time the app is loaded, no matter which route is used.

Sections (~4373 bytes removed 📉 [gzipped])

``` name parsed_size gzip_size reader +80 B (+0.0%) +107 B (+0.0%) me +37 B (+0.0%) +12 B (+0.0%) ``` Sections 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. **Gzip Size:** Compressed size of the JS and CSS files. This much data needs to be downloaded over network.

Generated by performance advisor bot at iscalypsofastyet.com.