Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perfsee/perfsee
a set of tools for measuring and debugging performance of frontend applications
https://github.com/perfsee/perfsee
flamegraph frontend lighthouse performance performance-analysis react vue webpack webpack-bundle-analyzer
Last synced: 25 days ago
JSON representation
a set of tools for measuring and debugging performance of frontend applications
- Host: GitHub
- URL: https://github.com/perfsee/perfsee
- Owner: perfsee
- License: apache-2.0
- Created: 2022-08-23T07:44:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T09:49:11.000Z (about 1 month ago)
- Last Synced: 2024-10-04T08:41:52.269Z (about 1 month ago)
- Topics: flamegraph, frontend, lighthouse, performance, performance-analysis, react, vue, webpack, webpack-bundle-analyzer
- Language: TypeScript
- Homepage: https://perfsee.com
- Size: 54.8 MB
- Stars: 681
- Watchers: 5
- Forks: 43
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-star - perfsee
README
# Perfsee
[![Test Commit](https://github.com/perfsee/perfsee/actions/workflows/commit.yaml/badge.svg)](https://github.com/perfsee/perfsee/actions/workflows/commit.yaml)
[![codecov](https://codecov.io/gh/perfsee/perfsee/branch/main/graph/badge.svg?token=MBVDJ2GDLH)](https://codecov.io/gh/perfsee/perfsee)README | [中文 README](README.zh_CN.md)
Perfsee provides a set of tool for measuring and debugging performance of frontend applications,
including bundle analysis, lighthouse auditing, flamegraph visualization, and more.## Contribution
Please check [Contributing](CONTRIBUTING.md) for more details.
## Code of Conduct
Please check [Code of Conduct](CODE_OF_CONDUCT.md) for more details.
## Security
If you discover a potential security issue in this project, or think you may
have discovered a security issue, we ask that you notify Bytedance Security via our [security center](https://security.bytedance.com/src) or [vulnerability reporting email]([email protected]).Please do **not** create a public GitHub issue.
## License
This project is licensed under the [Apache-2.0 License](LICENSE).
## Credits
Our work is heavily inspired by several good open source projects, including:
- [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer)
- [lighthouse](https://github.com/GoogleChrome/lighthouse)
- [speedscope](https://github.com/jlfwong/speedscope)