Vote count:
0
I made a webapp with knockout and breeze. To provide full offline capabilities, all the needed data is pulled from the server in a lookup call and stored in html5 local cache at startup.
While breeze immediately transforms all the JSON data into entities, the app becomes unresponsive for about 30sec and the memory gets bloated up.
My idea is to only materialize the entities which are acutally displayed or used. So is there a way to AJAX call the Breeze Web Api, store the result in a variable and then use the variable as entityquery datasource?
Any guidance to achieve this or an even better solution is much appreciated!
asked 1 min ago
Postpone breeze entity materialization
Aucun commentaire:
Enregistrer un commentaire