Skip to content

Instantly share code, notes, and snippets.

@jelmerdemaat
Last active August 29, 2015 14:05
Show Gist options
  • Save jelmerdemaat/a46936f841b03b771acd to your computer and use it in GitHub Desktop.
Save jelmerdemaat/a46936f841b03b771acd to your computer and use it in GitHub Desktop.
A simple bookmarklet to test the current page in Google PageSpeed.
<a href="javascript:(function(){window.open('//developers.google.com/speed/pagespeed/insights/?url='+window.location);})()">
Check page in Google PageSpeed
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment