Performance Metrics Report
Generate and view performance metrics reports from collected Web Vitals data.
Generate Report
Generate a new HTML report and JSON data file from the latest performance metrics.
Report Information
Reports are automatically saved in the logs/reports/ directory. Each report includes:
- HTML Report: Visual report with tables and statistics
- JSON Data: Structured data for programmatic analysis
How to Use
- Generate Report: Click the "Generate Report" button to create a new HTML report and JSON data file from the latest metrics.
- View Report: Click "View HTML Report" to open the generated report in a new tab.
- Download Data: Click "Download JSON Data" to download the structured data file.
- Analysis: Use the JSON data file for programmatic analysis or integration with other tools.
API Endpoints
GET /api/v1/performance/report- Generate new reportGET /api/v1/performance/report/[filename]- Download report file
Example: curl http://localhost:4321/api/v1/performance/report

