You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that load request that has fetch request that has been already prefetched (either using sveltekit:prefetch or prefetch function) takes much more time(around 30-60ms difference, not that much but still) than when I just hardcoded values that are returned as props, and I don't understand why would that happen, cause when I check in the network monitor, it shows that those requests are indeed prefetched, and only requested once.
Is this related to #2929? (Fix unreleased yet) sveltekit:prefetch hasn't been working recently on desktop. Otherwise I don't really see any call-to action here and it may be working as intended. I'd suggest providing a repro to make a comparison and potentially provide an analysis on what you think makes it slow.
Describe the bug
I noticed that
load
request that hasfetch
request that has been already prefetched (either usingsveltekit:prefetch
orprefetch
function) takes much more time(around 30-60ms difference, not that much but still) than when I just hardcoded values that are returned as props, and I don't understand why would that happen, cause when I check in the network monitor, it shows that those requests are indeed prefetched, and only requested once.Thanks
Reproduction
No need, literally any repo.
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: