[ ] 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-aUh-p2)?
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:
Sections (~176 bytes added 📈 [gzipped])
```
name parsed_size gzip_size
stats +517 B (+0.0%) +176 B (+0.1%)
```
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.
Related to https://github.com/Automattic/red-team/issues/273
Proposed Changes
Hour
.Why are these changes being made?
Testing Instructions
?flags=stats/new-date-filtering
.https://github.com/user-attachments/assets/1b9e5d2a-0455-45ac-bf8d-63fe5ab773bf
https://github.com/user-attachments/assets/e479b953-d998-47b9-9148-cecb51ed6988
Pre-merge Checklist