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
When we hover on any anchor tag which nagivates to a new page it should fetch all the neccessary js files to render that page instantenously, but here when u visit the site first time (or empty cache and hard reload)
and hover any link eg Page A and wait 2 sec expecting it to prefetch the client side js and then click it then starts fetching the chunks which takes 1-3sec in some case.
In below video when i clear cache and hard reset and click page A it takes some time to navigate and display content of page A.
Which component is affected?
Qwik City (routing)
Describe the bug
What im expecting,
When we hover on any anchor tag which nagivates to a new page it should fetch all the neccessary js files to render that page instantenously, but here when u visit the site first time (or empty cache and hard reload)
and hover any link eg Page A and wait 2 sec expecting it to prefetch the client side js and then click it then starts fetching the chunks which takes 1-3sec in some case.
In below video when i clear cache and hard reset and click page A it takes some time to navigate and display content of page A.
qwik-prefetch.mp4
Reproduction
https://github.com/rdlogout/qwik-test.git
Steps to reproduce
npm install
npm preview or npm run deploy to deploy to your own cloudflare pages and verify
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: