flying-pages icon indicating copy to clipboard operation
flying-pages copied to clipboard

Load inner pages instantly, intelligently

Results 7 flying-pages issues
Sort by recently updated
recently updated
newest added

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...

Hi, Reading the code, I fail to find where it actually "fallbacks to XHR". ``` // Prefetch the given url using native 'prefetch'. Fallback to 'xhr' if not supported const...

As discussed [here](https://github.com/gijo-varghese/flying-pages/discussions/7), I've modded the project to make the script work without the defer attribute and without having to set the options before the script call. -> Replacing window.FPConfig{};...

It isn't always possible to prefetch cross-origin resources, however, some optimizations can still be made for external links by requesting the browser prefetch the dns records or preconnect to the...

https://www.npmjs.com/package/flying-pages npm version: 2.0.6 latest version: 2.1.2

Dear Flying Pages I have 15 links (5 viewable + 10 non-viewable) on screen in every pages. I changed from default 3 to 20 but the result is only load...

Getting error `a.target.closest is not a function` on some Chrome contexts:— ``` // Add URL to queue on mouse hover, after timeout const mouseOverListener = (event) => { const elm...