Skip to content
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

[Looking for input] Allow calypso to grab latest @wordpress/icons lib #47536

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

autumnfjeld
Copy link
Contributor

…sense to allow calypso to grab the latest version of this lib

Changes proposed in this Pull Request

Testing instructions

Fixes #

…sense to allow calypso to grab the latest version of this lib
@matticbot
Copy link
Contributor

@matticbot
Copy link
Contributor

Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:

App Entrypoints (~1773 bytes added 📈 [gzipped])

name                 parsed_size           gzip_size
entry-gutenboarding      +6089 B  (+0.3%)    +1773 B  (+0.4%)

Common code that is always downloaded and parsed every time the app is loaded, no matter which route is used.

Sections (~59 bytes removed 📉 [gzipped])

name                   parsed_size           gzip_size
gutenberg-editor            -226 B  (-0.0%)      -55 B  (-0.0%)
hosting                      -85 B  (-0.0%)       +0 B
reader                       +70 B  (+0.0%)       -1 B  (-0.0%)
plans                        +70 B  (+0.0%)       -1 B  (-0.0%)
jetpack-connect              +70 B  (+0.0%)       -1 B  (-0.0%)
jetpack-cloud-pricing        +70 B  (+0.0%)       -1 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.

Async-loaded Components (~269 bytes added 📈 [gzipped])

name                                                 parsed_size           gzip_size
async-load-calypso-blocks-editor-launch-modal            +1393 B  (+0.8%)      +45 B  (+0.1%)
async-load-design-wordpress-components-gallery            +245 B  (+0.0%)     +221 B  (+0.1%)
async-load-calypso-blocks-editor-checkout-modal           +101 B  (+0.0%)       +5 B  (+0.0%)
async-load-design-blocks                                   +70 B  (+0.0%)       -1 B  (-0.0%)
async-load-calypso-components-web-preview-component        +70 B  (+0.0%)       -1 B  (-0.0%)

React components that are loaded lazily, when a certain part of UI is displayed for the first time.

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.

@sarayourfriend sarayourfriend changed the base branch from master to trunk November 20, 2020 16:10
@github-actions
Copy link

github-actions bot commented May 5, 2021

This PR has been marked as stale due to lack of activity within the last 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants