0

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?

user1028741
  • 2,745
  • 6
  • 34
  • 68

1 Answers1

0

Set enableBuffer: false on the provider. Docs here.

Evan Trimboli
  • 29,900
  • 6
  • 45
  • 66