-
Notifications
You must be signed in to change notification settings - Fork 30
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
Thrasher tracker #5857
Thrasher tracker #5857
Conversation
Size Change: 0 B Total Size: 1.65 MB ℹ️ View Unchanged
|
Interesting. Looks like reusing platform fonts would give us biggest gain? |
It's not that simple, as 1 kB of JavaScript has to be parsed, evaluated and can load additional resources, whereas 100 kB of images or fonts can be cached, quickly processed and not load additional resources. But in general, yes, sharing fonts would be a big win for some thrashers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mobbed on this but it looks really good!
Also interesting, is that 'Embed size' is the size of the text getting added to the html page (prior to gzipping ofc!) - this then increases the size of the initial page request, slowing down nearly all other parts of page loading. Getting rid of 'Palette styles do not delete' as part of the DCR migration will be a huge win! |
Not only did you mob, you were the instigator 💎 |
Deno script that measures the size of thrasher on selected network fronts. When run with a valid GITHUB_TOKEN, it updates a specific GH issue. Olly <9575458+OllysCoding@users.noreply.github.com> Co-authored-by: Ioanna Kokkini <ioannakok@users.noreply.github.com> Co-authored-by: Pete F <37048459+bryophyta@users.noreply.github.com>
15f2085
to
363ad2a
Compare
What does this change?
Adds a script to measure the size of thrashers over time. From a mobbing session on 10% day last week.
Why?
We want to know if they grow, reduce, or which ones to tackle first. Updates #5856
Example