Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acusti/webpagetest-bookmarklet
https://github.com/acusti/webpagetest-bookmarklet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/acusti/webpagetest-bookmarklet
- Owner: acusti
- License: unlicense
- Created: 2014-12-23T20:43:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T10:28:06.000Z (over 9 years ago)
- Last Synced: 2024-05-21T01:36:31.745Z (6 months ago)
- Language: JavaScript
- Size: 500 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WebPageTest Bookmarklet
=======================A bookmarklet to make it easy to run load tests for your current page using [WebPageTest][]. See it in action on [this codepen][].
The built (and escaped and `href`-ified) version that you can specify as the URL for your bookmark is [bookmarklet-url.txt][bookmarklet-url]. It’s humongous because I inlined ReactJS to make it work with pages that use [CSP][]. This has the unfortunate side effect of making it not work in Safari, which cuts off the length of a bookmark URL. The source for the bookmarklet is `webpagetest-bookmarklet-src.jsx`.
[WebPageTest]: http://webpagetest.org
[this codepen]: http://codepen.io/acusti/pen/QwEQqR?editors=001
[bookmarklet-url]: https://raw.githubusercontent.com/acusti/webpagetest-bookmarklet/master/bookmarklet-url.txt
[CSP]: https://developer.mozilla.org/en-US/docs/Web/Security/CSP