当我使用ExtJs & ExtDirect时,我在debug中看到,发送到服务器的请求在时间上接近,被聚合到一个请求中,然后在服务器中拆分。
因为这可能对性能非常好,所以很难进行调试。
我可以以某种方式禁用此功能吗?
发布于 2016-05-11 14:34:29
在提供程序上设置enableBuffer: false。Docs here。
enableBuffer: false
https://stackoverflow.com/questions/37154241
相似问题