Can large POST requests be optimised?
-
Cache Warmer is currently sending lots of 500k+ responses (size after compression) via Ajax that have to be buffered to disk (which is slow)
an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/43/0000001434 while reading upstream client request: “POST /wp-admin/admin-ajax.php HTTP/2.0” upstream: “https://unix:/run/nginx.sock:/wp-admin/admin-ajax.php”
Can such requests be optimised?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.