Improve performance by predictively fetching pages a user is likely to need
by addyosmaniLast 12 weeks · 0 commits
2 of 6 standards met
Hi Addy, And thanks for pushing the web forward as always! We as web developers started to focus on code-splitting (e.g. via Webpack) and you've already wrote about this powerful feature multiple articles. Prefetching next assets by using tiny neural network implementation would learn which asset you will likely grep (page -> js assets to be fetched pair). Notice also that many tend to even embed css-in-js that will take the benefit from this approach also. This thing is more related to dynamically fetching assets chunks more than fetching the data itself, which will save the latency time + parse + execution.
Repository: addyosmani/predictive-fetching. Description: Improve performance by predictively fetching pages a user is likely to need Stars: 239, Forks: 13. License: Apache-2.0. Open PRs: 0, open issues: 1. Last activity: 8y ago. Community health: 42%. Top contributors: addyosmani, aamirmukaram.