# perfsee
**Repository Path**: ByteDance/perfsee
## Basic Information
- **Project Name**: perfsee
- **Description**: a set of tools for measuring and debugging performance of frontend applications
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-06-05
- **Last Updated**: 2026-06-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Perfsee
[](https://github.com/perfsee/perfsee/actions/workflows/commit.yaml)
[](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](sec@bytedance.com).
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)