Lightweight performance profiler for FastAPI applications
Project description
FastAPI Profiler Lite
A lightweight, zero-configuration performance profiler for FastAPI applications. Monitor your API performance in real-time without external dependencies.
Why FastAPI Profiler?
Monitoring API performance shouldn't require complex setups or external services. FastAPI Profiler gives you instant visibility into your application's performance with just one line of code.
- Instant insights - See which endpoints are slow without complex instrumentation
- Zero configuration - Works out of the box with sensible defaults
- No external dependencies - Everything runs within your FastAPI app
- Developer-friendly - Designed for both development and lightweight production use
Installation
pip install fastapi-profiler-lite
For more installation options, see the Installation Guide.
Quick Start
from fastapi import FastAPI
from fastapi_profiler import Profiler
app = FastAPI()
# Add the profiler with just one line
Profiler(app)
@app.get("/")
async def read_root():
return {"Hello": "World"}
That's it! Visit /profiler to see the performance dashboard.
Features
- One-line integration - Add to any FastAPI app with minimal code
- Real-time dashboard - Live updates with automatic refresh
- Response time tracking - Measure execution time of each request
- Endpoint analysis - Identify your slowest and most used endpoints
- Request filtering - Search and sort through captured requests
- Visual metrics - Charts for response times and request distribution
- Minimal overhead - Designed to have low performance impact
Documentation
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastapi_profiler_lite-0.1.0.tar.gz.
File metadata
- Download URL: fastapi_profiler_lite-0.1.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.16 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
607def3071279e4b6e56dfd9a4bfac79c6a8e17218dc498bf1210959c9649730
|
|
| MD5 |
760eb39280159ebe6721c0c35a07d1f8
|
|
| BLAKE2b-256 |
82fab4138ca70f5813b7b5c37aaad0409c11f08281204ef02d2cb3ed611eaa08
|
File details
Details for the file fastapi_profiler_lite-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fastapi_profiler_lite-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.16 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a3d2bd85f3d4c7bdfd36cb1eb3c44af5f52394ab07f579bf73da21fc8d80997
|
|
| MD5 |
67b6962945b8823ef8f614eae67bc1cf
|
|
| BLAKE2b-256 |
2270aabf8fa172d6ade1898da961a246e15ecb9ab4843cf2d857a01b80c16925
|