https://github.com/dreambo8563/pt
A website performance report tool based on Electron & Angular with TS
https://github.com/dreambo8563/pt
angular7 electronjs lighthouse material-design puppeteer typescript
Last synced: 24 days ago
JSON representation
A website performance report tool based on Electron & Angular with TS
- Host: GitHub
- URL: https://github.com/dreambo8563/pt
- Owner: dreambo8563
- License: mit
- Created: 2019-05-10T07:41:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T04:08:44.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T07:36:27.245Z (about 1 month ago)
- Topics: angular7, electronjs, lighthouse, material-design, puppeteer, typescript
- Language: TypeScript
- Homepage:
- Size: 153 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://angular.io/) [](https://electronjs.org/)
[](https://travis-ci.com/dreambo8563/Pt)
[](https://github.com/dreambo8563/Pt)
[](https://opensource.org/licenses/MIT)
[](https://snyk.io/test/github/dreambo8563/pt?targetFile=package.json)
# Introduction
Pt is a simple tool to generate the basic performance report of your website.
### Easy to Use
- input the url
- search...### Preview

### Download
- mac & linux
https://github.com/dreambo8563/Pt/releases
- windows will be supported soon### Report
- Part1:
you will see the list of all the resources you requested and the percentage of used (css and js)- Part2:
you can review the lighthouse report which will give you directions on optimizing your page### Tools Related
- Angular 7
- Material UI
- Typescript
- Electronjs
- SCSS
- Puppeteer### Note
Please make sure you have chrome installed on your machine
Pt will launch your chrome the generate the data.