-
Notifications
You must be signed in to change notification settings - Fork 368
refactor(Scalar.AspNetCore): improve GZip check #5669
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
Conversation
🦋 Changeset detectedLatest commit: a042547 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
#9852 Bundle Size — 2.46MiB (0%).a042547(current) vs 3113a01 main#9851(baseline) Warning Bundle contains 6 duplicate packages – View duplicate packages Bundle metrics
|
Current #9852 |
Baseline #9851 |
|
---|---|---|
2.46MiB |
2.46MiB |
|
0B |
0B |
|
0% |
0% |
|
1 |
1 |
|
1 |
1 |
|
1489 |
1489 |
|
0 |
0 |
|
0% |
0% |
|
172 |
172 |
|
6 |
6 |
Bundle analysis report Branch refactor/aspnetcore-gzip-perform... Project dashboard
Generated by RelativeCI Documentation Report issue
ba5aa4d
to
1b4c7b5
Compare
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.
gainz!
1b4c7b5
to
a042547
Compare
The performance and complexity of the GZIP check can be simplified. This PR removes some code and improves the performance. I also added dedicated tests for this.
Benchmark:
Checklist
I’ve gone through the following:
pnpm changeset
).