-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/workeffortwaste/pagespeed-s…
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
# PageSpeed Saver | ||
|
||
A Chrome Extension that adds a `Download Report` button to PageSpeed Insights performance reports allowing you to easily download the raw Lighthouse JSON data. | ||
|
||
**Like this project? Help support my projects and buy me a coffee via [ko-fi](https://ko-fi.com/defaced)**. | ||
|
||
## Getting Started | ||
|
||
### Installation | ||
|
||
Install the plugin from the Chrome Web Store. | ||
|
||
[https://chrome.google.com/webstore/detail/pagespeed-saver/iindjcojlfifabgdgkibaijkflcbjncp](https://chrome.google.com/webstore/detail/pagespeed-saver/iindjcojlfifabgdgkibaijkflcbjncp) | ||
|
||
### Usage | ||
|
||
Use PageSpeeds Insights as usual and once the reports have rendered there will be a new `Download Report` button on the individual Mobile and Desktop performance reports. | ||
|
||
#### Opening Saved Reports | ||
|
||
This extension adds a new `Open Report` button the main navigation which takes you to the [Lighthouse Report Viewer](https://googlechrome.github.io/lighthouse/viewer/) where you can open a saved report. | ||
|
||
#### Comparing Saved Reports | ||
|
||
This extension adds a new `Compare Reports` button the main navigation which takes you to the [Lighthouse CI Diff Viewer](https://googlechrome.github.io/lighthouse-ci/viewer/) where you can open two saved reports and see a comprehensive diff report. | ||
|
||
## Author | ||
Chris Johnson - [defaced.dev](https://defaced.dev) - [@defaced](http://twitter.co.uk/defaced/) | ||
|