swup / preload-plugin

A swup plugin for preloading pages to speed up navigation 🚀

Home Page:https://swup.js.org/plugins/preload-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Priority queue

daun opened this issue · comments

Describe the problem

  • Assign priority to preloads: low for DOM links, high for current hover/touchstart links

Describe the proposed solution

  • Use a queue system to enqueue the maximum amount of items
  • Allow setting a priority on preloads

How important is this feature to you?

  • Would make my life a lot easier
  • Would make another feature much simpler to implement