Crazylychee commented on PR #273:
URL: 
https://github.com/apache/rocketmq-dashboard/pull/273#issuecomment-2761944919

   Here are some corrections:
   The optimization from 3 seconds to under 50 ms was achieved under specific 
test conditions, with the environment as follows:
   
   1. **Windows 10**
   2. The maximum time consumption occurs during resource **initialization** 
rather than resource usage.
   
   I tested and found that this bottleneck in resource initialization almost 
disappears in a Linux environment. However, based on my tests, the optimized 
code in a Linux environment can reduce interface latency **by 20%** in remote 
connection scenarios (only for **topic query interfaces**, with little 
difference for other interfaces).
   
![image](https://github.com/user-attachments/assets/f84f8ed1-5b68-443a-925c-d8866a219348)
   
![image](https://github.com/user-attachments/assets/5227d811-1ffc-4634-a7d9-a73603b6784f)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to