1 unstable release
0.0.1 | Apr 22, 2022 |
---|---|
0.0.0 |
|
#155 in #website
36KB
539 lines
WORK IN PROGRESS
Purpose:
The purpose of this tool is to allow web developers to get a high level overview of website performance, and track 404 links. More functionality to come. . .
Setup:
Using Gecko Driver:
- If Firefox is not installed. Install: https://www.mozilla.org/en-US/firefox/new/
On linux you can install firefox by
sudo apt install firefox
- Download and install geckodriver: https://github.com/mozilla/geckodriver (downloads under releases)
optionally install by
cargo install geckdriver
- Open the executable and confirm webdriver is running on port 4444
Linux Setup:
Install Rust: https://www.rust-lang.org/tools/install
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install Openssl:
sudo apt update
sudo apt install openssl
sudo apt install libssl-dev
Dependencies
~19–32MB
~530K SLoC