๐ค๏ธ Weather - Controller Response Caching
Controller caches API response data in Redis for 60 seconds
๐ What is Controller Response Caching?
The API controller caches its response data in Redis using the [Cache] attribute. The page renders fresh each time, but the data is served from cache.
What's Cached:
API response data only
Where It's Stored:
Redis
Cache Duration:
60 seconds
First API Call:
~5 seconds (simulated delay)
Cached API Calls:
<500ms (from Redis)
โฑ๏ธ Controller Response Metrics
Current controller response performance
Response time:
N/A ms
Cache Status:
⏳ Loading...
๐ Loading Weather Data
Please wait while we fetch the latest weather information