Skip to content

Instantly share code, notes, and snippets.

@wardpeet
Last active August 5, 2020 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wardpeet/d592acddc23bb5fce7d66ded63868292 to your computer and use it in GitHub Desktop.
Save wardpeet/d592acddc23bb5fce7d66ded63868292 to your computer and use it in GitHub Desktop.
Gatsby recipe disable prefetch
exports.disableCorePrefetching = () => true
exports.disableCorePrefetching = () => true

Simple recipe to disable core prefetching

Disables prefetching so we can easily monitor performance.


Download internal plugin


Install the plugin in gatsby-config.js

{
"name": "gatsby-disable-prefetch",
"version": "1.0.0",
"main": "index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment