#page-speed-insight #psi #lighthouse #lhci #psi

app psi-test

PSI Test is a tool for run multiple time Page Speed Insight test

10 releases

0.3.5 Mar 13, 2023
0.3.4 Feb 7, 2023
0.3.0 Oct 12, 2022
0.2.0 May 16, 2022
0.1.3 Apr 13, 2022

#442 in Development tools

26 downloads per month

MIT license

155KB
731 lines

psi-sample

PSI Test tool is an open source tool to assist web developers that runs Page Speed Insight test manually!

Installing

To install the psi-test tool, run inside the terminal:

cargo install psi-test

If you don't have Cargo package manager for Rust install it. For more information about installation https://doc.rust-lang.org/cargo/getting-started/installation.html

Using PSI-Test Tool

⚠️ get the google page speed insight API token here: https://developers.google.com/speed/docs/insights/v5/get-started#APIKey

Examples of how to run psi-test tool

Default

Using the default number-of-runs that is 20.

psi-test --token=<<your_token>> <<page_url>>

Passing number-of-runs flag

psi-test --token=<<your_token>> --number-of-values=10 <<page_url>>

For more information run:

psi-test --help

Dependencies

~8–16MB
~306K SLoC