[SOLVED] Network Activity during widget send data

Answered
0
0

Hi,

I am trying to view the data size sent over the network between calls of widgetPivotGrid.Eval($”this.store.insert({json})”); I cannot find the data in network activity, what does this mean? — data is already in client side?

Take note my {json} is about 100bytes.

 

Thanks.

  • You must to post comments
Best Answer
0
0

Hi Glenn,

Are you using WebSockets?

You can view the size of the data that’s transmitted under app.wx in Network Source in Chrome (see the attached picture)

Let me know if you have any questions about it!

Best,

Levie

Attachment
  • You must to post comments
0
0

Here’s a screenshot without using websockets, check the data in “Response” and the size in “Headers”.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.