Giter Site home page Giter Site logo

Comments (4)

addyosmani avatar addyosmani commented on May 9, 2024 2

After thinking about this a little further, I think it's fair game to prefetch in-viewport links as the user scrolls. We an address an option for controlling this if folks ask for it :)

from quicklink.

addyosmani avatar addyosmani commented on May 9, 2024

Thanks for the suggestion. I have this working in a local branch now:

image

The one thing I need to play around with is whether we'll need to add a level of debouncing + usage of Intersection Observer thresholds to limit how often we're firing refiring prefetching.

The internal prefetch.mjs maintains its own in-memory log of what was previously fetched so its less a concern of making repeated network requests for URLs and more just avoiding overhead (though I haven't yet had a chance to measure this properly).

I'll clean this up and get it pushed to the repo soon.

from quicklink.

addyosmani avatar addyosmani commented on May 9, 2024

@jadjoubran Do you have a preference on whether this behavior is the default vs an option?

from quicklink.

jadjoubran avatar jadjoubran commented on May 9, 2024

oh looks great!

@jadjoubran Do you have a preference on whether this behavior is the default vs an option?

Good point, maybe enable it by default but allow an option to disable it. Maybe it makes sense to disable it for websites where most of the navigation happens above the fold

from quicklink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.