Disable ExtJs requests aggregation

71 Views Asked by At

When I use ExtJs & ExtDirect I see in debug that requests to server which are close in time, are aggregated into one request which is then split in the server.

As this is probably very good for performance, it makes it difficult for debugging.

Can I somehow disable this feature?

1

There are 1 best solutions below

0
On

Set enableBuffer: false on the provider. Docs here.