-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore: test fetchpriority option for link with modulepreload (DO NOT MERGE) #6832
Closed
maiieul
wants to merge
211
commits into
QwikDev:main
from
maiieul:test-fetchpriority-with-modulepreload-5
Closed
chore: test fetchpriority option for link with modulepreload (DO NOT MERGE) #6832
maiieul
wants to merge
211
commits into
QwikDev:main
from
maiieul:test-fetchpriority-with-modulepreload-5
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
🦋 Changeset detectedLatest commit: 54eb131 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
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 |
commit:
|
maiieul
force-pushed
the
test-fetchpriority-with-modulepreload-5
branch
from
August 27, 2024 12:28
4e6fbbb
to
83ff79d
Compare
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
This reverts commit 22f54c5.
This reverts commit 89fbe78.
This reverts commit 044dbe0.
This reverts commit 477b5e0.
This reverts commit cd1e68c.
This reverts commit 072c38f.
This reverts commit cb69e99.
…QwikDev#6797)" This reverts commit 7adb75a.
This reverts commit 6083989.
…-cty) instead of /cookbook (QwikDev#6794)" This reverts commit f7aef10.
…)" This reverts commit ddcc489.
This reverts commit 1583bb5.
This reverts commit 22920f2.
This reverts commit 6f498cb.
This reverts commit 81854e4.
This reverts commit 4f4b094.
…)" This reverts commit b6171cc.
This reverts commit 2175345.
This reverts commit 01c9d12.
This reverts commit 4c88089.
This reverts commit 5ddf269.
This reverts commit 97ab0b2.
This reverts commit 6296a6a.
This reverts commit a1444ab.
This reverts commit 329dbff.
This reverts commit 98da80e.
This reverts commit 40d2e0e.
This reverts commit c74da62.
This reverts commit 155d1ba.
This reverts commit bc699c9.
This reverts commit e80db7f.
This reverts commit e7a91a3.
This reverts commit 32daf72.
This reverts commit a6f88fd.
This reverts commit 94c0c51.
This reverts commit b0802ca.
This reverts commit 314cc9a.
This reverts commit 1d79edb.
This reverts commit 517719b.
This reverts commit 71c0c24.
This reverts commit 5595af1.
This reverts commit 0b6752d.
This reverts commit 6a7e2f3.
This reverts commit 4e1f31e.
This reverts commit e3c868c.
This reverts commit 4f40c29.
This reverts commit c69495b.
maiieul
force-pushed
the
test-fetchpriority-with-modulepreload-5
branch
from
August 27, 2024 12:56
fc9bc41
to
54eb131
Compare
Going nowhere with this :/ Will try a different approach. |
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 it?
Description
As discussed in https://discord.com/channels/842438759945601056/1276861655833383034/1277680025398804491
TLDR: I need this PR to test modulepreload with fetchpriority to low on qwik UI on a production setup to see if it fixes FCP and LCP issues with modulepreload.
Checklist:
pnpm change
and documented my changes