1
24.7 Production Series / Re: New Dashboard cards issue
« on: August 27, 2024, 12:28:11 pm »
I was able to solve it.
Nginx was configured to buffer the responses from the upstream server. Therefore, the interfaces and CPU load values for the widgets where send only when the buffer size has been reached.
This caused the 3-second-delay for the interface values, and a 30-second-delay for the CPU load values which was too long for the graph to show anything.
I've disabled "Response Buffering" in the location settings in Nginx.
Nginx was configured to buffer the responses from the upstream server. Therefore, the interfaces and CPU load values for the widgets where send only when the buffer size has been reached.
This caused the 3-second-delay for the interface values, and a 30-second-delay for the CPU load values which was too long for the graph to show anything.
I've disabled "Response Buffering" in the location settings in Nginx.