Changes between Version 1 and Version 2 of Ticket #1738, comment 6
- Timestamp:
- 06/17/20 06:48:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1738, comment 6
v1 v2 4 4 We are using `proxy_cache_background_update` and `proxy_cache_use_stale`. 5 5 Nginx returns the stale content / cache very slow. 6 We didn't use Cache-Control header, it still very slow. 7 8 Behavior: 9 Request 1: Missing cache, Request delay: 500 ms (MISS)(OK) 10 Request 2: Cache valid, Request delay: 5 ms (HIT)(OK) 11 Request 3: Cache invalid, Request delay: 500 ms (STALE) (Not Correct, Request delay should be 5 ms since Nginx is returning a stale cache) 12 13 6 14 7 15 Return value when executing `nginx -v`: nginx version: nginx/1.17.10 (Ubuntu)