Jump to content

Recommended Posts

Posted

I create a simple unigui project, only a MainForm. When I resize the window of the browser, client will send ajax-request to server. But I don't write event in service code. Later, I found that there are many like this useless interaction information

between client and server. These interactions between client and server cause the browser to slow down. When the project bigger, it's more obvious.

 

 

 

  • Administrators
Posted

Actually those ajax requests are transparent to the user and it does not get slower when project becomes bigger.

 

Those events inform the server that form is resized so proper sizing and anchoring can be performed.

 

That said, I plan to reduce number of events to minimum required.

×
×
  • Create New...