Skip to content

Commit

Permalink
Merge pull request #91 from mherchel/master
Browse files Browse the repository at this point in the history
Add note to README about Drupal module.
  • Loading branch information
addyosmani committed Apr 12, 2019
2 parents 8c007ab + d94ff80 commit f91f5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -252,6 +252,7 @@ Please note: this is by no means an exhaustive benchmark of the pros and cons of
* Using [Gatsby](https://gatsbyjs.org)? You already get most of this for free baked in. It uses `Intersection Observer` to prefetch all of the links that are in view and provided heavy inspiration for this project.
* Want a more data-driven approach? See [Guess.js](https://guess-js.github.io). It uses analytics and machine-learning to prefetch resources based on how users navigate your site. It also has plugins for [Webpack](https://www.npmjs.com/package/guess-webpack) and [Gatsby](https://www.gatsbyjs.org/docs/optimize-prefetching-with-guessjs/).
* WordPress users can now get quicklink as a [WordPress Plugin from the plugin repository](https://wordpress.org/plugins/quicklink/).
* Drupal users can install the [Quicklink Drupal module](https://www.drupal.org/project/quicklink).
* Want less aggressive prefetching? [instant.page](https://instant.page/) prefetches on mouseover and touchstart, right before a click.

## License
Expand Down

0 comments on commit f91f5c5

Please sign in to comment.