1 Repo
Enables preloading of links containing query strings, which are skipped by default in preloading strategies.
Distinct from Query String Cleaners: Distinct from Query String Cleaners: focuses on enabling preloading for query-string URLs rather than cleaning or parsing them.
Explore 1 awesome GitHub repository matching web development · Query String Preloading Enablers. Refine with filters or upvote what's useful.
instant.page is a client-side JavaScript library that preloads linked pages on hover or touch interactions, making navigation feel instantaneous without consuming unnecessary bandwidth. It works by starting to fetch a page the moment a user hovers over a link for 65 milliseconds, leaving over 300 milliseconds for the page to load before the click, and similarly preloads on touch start for mobile visitors. The script offers multiple preloading strategies to balance responsiveness with resource conservation. It can be configured to preload on mousedown, when links become visible in the viewport
Enables preloading of links with query strings, which are typically skipped by default preloading strategies.