javascript - Data reception is slow. Is it an interface problem? Is this mainly a front-end optimization or a background optimization?
高洛峰2017-06-05 11:13:56
0
2
955
These interfaces are very slow to receive. Is loading other things blocking the loading or there is a problem with the interface provided by the background itself?
Backend, it took 20 seconds to receive. Either the network is not good, or the background processing is slow. I think the latter depends on the backend. The former can be interface merging and optimization, or delaying requests or caching requests
Click up and place the mouse on each bar:
See details:
Backend, it took 20 seconds to receive. Either the network is not good, or the background processing is slow. I think the latter depends on the backend. The former can be interface merging and optimization, or delaying requests or caching requests