wp-calypso
wp-calypso copied to clipboard
Stepper: Tailored flow intro step
Proposed Changes
Change texts and background following the figmas: Newsletter Link in Bio
Testing Instructions
- TBD
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:
App Entrypoints (~59 bytes added 📈 [gzipped])
name parsed_size gzip_size
entry-stepper +129 B (+0.0%) +59 B (+0.0%)
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. 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.
Already done