-
Notifications
You must be signed in to change notification settings - Fork 4
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
Perf/font optimization #347
Open
RobsonOlv
wants to merge
3
commits into
main
Choose a base branch
from
perf/font-optimization
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+781
−33,720
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RobsonOlv
requested review from
brunoamui,
leonardoAnjos16,
carolinamenezes and
aliceoq
April 25, 2023 20:49
✅ Deploy Preview for elated-hoover-5c29bf ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
RobsonOlv
force-pushed
the
perf/font-optimization
branch
from
April 25, 2023 20:50
9d3a210
to
05709ae
Compare
A total of 1 tests failed! Status of documentation pages1 failing tests:
For more information, open the cypress action summary page. |
RobsonOlv
force-pushed
the
perf/font-optimization
branch
from
April 27, 2023 13:39
05709ae
to
7af9cd2
Compare
RobsonOlv
force-pushed
the
perf/font-optimization
branch
4 times, most recently
from
May 22, 2023 17:01
5ea1b69
to
75821ef
Compare
RobsonOlv
force-pushed
the
perf/font-optimization
branch
2 times, most recently
from
May 24, 2023 14:05
e85f9c4
to
9076b95
Compare
Performance ResultsPage /docs/api-reference/giftcard-api#post-/giftcards/-giftCardID-/transactions/-transactionID-/settlementsComplete results here Page /docs/api-reference/giftcard-hub-api#post-/giftcardproviders/-giftCardProviderID-/giftcardsComplete results here Page /docs/guides/vtex-io-documentation-creating-robots-files-for-cross-border-storesComplete results here Page /updates/release-notes/secure-proxy-a-new-option-for-card-payment-integrationsComplete results here Overall Performance |
RobsonOlv
force-pushed
the
perf/font-optimization
branch
from
June 19, 2023 16:56
9076b95
to
4796693
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of this pull request?
To use
Next/font
to optimize/reduce the app bundle. Also, removing fonts fromBrand-ui
and import them locally.Types of changes