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
  1. Generate Report: Click the "Generate Report" button to create a new HTML report and JSON data file from the latest metrics.
  2. View Report: Click "View HTML Report" to open the generated report in a new tab.
  3. Download Data: Click "Download JSON Data" to download the structured data file.
  4. Analysis: Use the JSON data file for programmatic analysis or integration with other tools.
API Endpoints
  • GET /api/v1/performance/report - Generate new report
  • GET /api/v1/performance/report/[filename] - Download report file

Example: curl http://localhost:4321/api/v1/performance/report