Performance Benchmarking

Clicking the "Run Benchmark" button initiates a series of data fetch operations, allowing for a direct comparison between uncached API calls and responses served from a Redis cache. This process helps highlight the efficiency gains achieved through caching by measuring the time it takes to complete each request type. The results include average, minimum, and maximum response durations, all recorded in milliseconds. These performance metrics are then visualized below, making it easy to see the stark difference between slower, direct API calls and the significantly faster responses from Redis caching.

Benchmark Results

Visual comparison of response times (lower is better).

Benchmark Results

Compare response times: Direct API vs. Redis Cache. Lower is better.

Ready to Start

Click "Run Benchmark" to compare performance.