I expect that next time I call for self.store.queryRecord(‘performance’, params); data will be returned from store. But instead it comes from the server. Params are still the same… In Ember data (Chrome extension), every time I call for this data I see that it stored with different IDs.
I’m making some POC. Our team are all new to ember, so we try to understand how ember data works. When it stores the data and when not. I don’t find any good docs about it.
What I try to do is, get data from API and store, delete it. And measure performance of client. If I get huge data, how it affects to the client’s memory.