Skip to content

Instantly share code, notes, and snippets.

@machito
Created March 30, 2015 01:15
Show Gist options
  • Save machito/8a1176d171d5022af951 to your computer and use it in GitHub Desktop.
Save machito/8a1176d171d5022af951 to your computer and use it in GitHub Desktop.
// Run PageSpeed Insights
gulp.task('pagespeed', function (cb) {
// Update the below URL to the public URL of your site
pagespeed.output('example.com', {
strategy: 'mobile',
// By default we use the PageSpeed Insights free (no API key) tier.
// Use a Google Developer API key if you have one: http://goo.gl/RkN0vE
// key: 'YOUR_API_KEY'
}, cb);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment