Skip to main content

Command Palette

Search for a command to run...

Server Trip vs. Memory storage

Published
1 min read

To avoid web service calls, store previously retrieved data of three parameters. Once the web service is called for the three parameters where one of the parameters is changed then discard the previous data and call web service.

Over here, memory storage vs. server trip is observed. To avoid poor performance of the machine we need to choose the server trip option rather than storing data.