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

Remove sites-as-landing-page feature flag #70712

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

mpkelly
Copy link
Contributor

@mpkelly mpkelly commented Dec 2, 2022

Closes #70297

Proposed Changes

  • Remove the sites-as-landing-page feature flag

Testing Instructions

Pre-merge Checklist

  • Have you written new tests for your changes?
  • Have you tested the feature in Simple (P9HQHe-k8-p2), Atomic (P9HQHe-jW-p2), and self-hosted Jetpack sites (PCYsg-g6b-p2)?
  • Have you checked for TypeScript, React or other console errors?
  • Have you used memoizing on expensive computations? More info in Memoizing with create-selector and Using memoizing selectors and Our Approach to Data
  • Have we added the "[Status] String Freeze" label as soon as any new strings were ready for translation (p4TIVU-5Jq-p2)?
  • For changes affecting Jetpack: Have we added the "[Status] Needs Privacy Updates" label if this pull request changes what data or activity we track or use (p4TIVU-ajp-p2)?

Related to #

@mpkelly mpkelly requested a review from a team December 2, 2022 15:23
@matticbot matticbot added the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Dec 2, 2022
@matticbot
Copy link
Contributor

matticbot commented Dec 2, 2022

@mpkelly mpkelly added the Reviewer Can Merge PR author indicates the reviewer is free to merge/deploy if they want to own the change. label Dec 2, 2022
@mpkelly mpkelly self-assigned this Dec 2, 2022
@matticbot
Copy link
Contributor

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

Sections (~24 bytes removed 📉 [gzipped])

name             parsed_size           gzip_size
root                   -44 B  (-2.5%)       -8 B  (-1.0%)
sites-dashboard        -41 B  (-0.0%)       -7 B  (-0.0%)
account                -41 B  (-0.0%)       -9 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.

Copy link
Contributor

@wojtekn wojtekn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, works as expected.

Copy link
Contributor

@vykes-mac vykes-mac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works as expected

@mpkelly mpkelly merged commit 64674a1 into trunk Dec 2, 2022
@mpkelly mpkelly deleted the remove/sites-as-landing-page-feature-flag branch December 2, 2022 20:30
@github-actions github-actions bot removed the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Dec 2, 2022
@a8ci18n
Copy link

a8ci18n commented Dec 2, 2022

This Pull Request is now available for translation here: https://translate.wordpress.com/deliverables/7653933

Hi @mpkelly, could you please edit the description of this PR and add a screenshot for our translators? Ideally it'd include this string: Admin home

Thank you in advance!

@a8ci18n
Copy link

a8ci18n commented Dec 11, 2022

Translation for this Pull Request has now been finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewer Can Merge PR author indicates the reviewer is free to merge/deploy if they want to own the change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sites as landing page: remove feature flag
5 participants