gijo-varghese / flying-pages

Load inner pages instantly, intelligently
ISC License
213 stars 20 forks source link

Anchors - duplicated prefetches #13

Open pavelloz opened 2 years ago

pavelloz commented 2 years ago

Hello,

I inlined your script to make my website faster, but i noticed that it is downloading the page im already in multiple times. I figured thats because i have internal links (footnotes, headers).

Maybe it would be smart to keep track of urls (without #) and prevent script from firing off duplicated requests.

This is how it looks like:

image

Other than that great job, it works very nice and is easy to use.