Changed SvelteKit Prefetching#329
Merged
Merged
Conversation
Contributor
Deploying framework-tracker with
|
| Latest commit: |
c0d2abd
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://845c6bee.framework-tracker.pages.dev |
| Branch Preview URL: | https://svelte-pre-fetching.framework-tracker.pages.dev |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
framework-tracker | c0d2abd | Commit Preview URL Branch Preview URL |
Jul 23 2026, 09:59 AM |
| %sveltekit.head% | ||
| </head> | ||
| <body> | ||
| <body data-sveltekit-preload-data="hover"> |
There was a problem hiding this comment.
given that is the default should this be included?
There was a problem hiding this comment.
Yeah, it's the default in the sense that it's included in the starter template but should be removed to turn off the default
Collaborator
Author
There was a problem hiding this comment.
I have updated the methodology that the normal SSR tests we use the default of the framework for the links. I think this is fairer as we are testing the frameworks themselves.
Nearly every frameworks links default to pre-fetch on hover now
43081j
approved these changes
Jul 23, 2026
This file contains hidden or 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
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.
SvelteKit's default set-up is to pre-fetch links on hover. Updated App SvelteKit to match this set up and update methodology to make it clear
Part of #199