High Performance Data Caching with Local Storage
When fetching a lot of data for your web page or app, how can you achieve the best performance and user experience? You can already do server side paging with our DMXzone Server Connect and DMXzone Database Connector, but now you can even cache the returned data in the browsers own Local Storage - fully automatically with the upcoming App Connect State Manager!
Check the features and stay tuned for the release tomorrow!
| Take full advantage of browser’s Local StorageLocal Storage is one of the great browser web storage components and allows you to quickly store and retrieve large amounts of data |
| Instant data populationPreload frequently used data once in cache and then reuse it on each new user browser session |
| Load data fast from cacheOnce data is in cache, it will be fully reused from the browser cache. This results in great speed performance |
| Cache all pages separatelyWhen using server side paging, each page is stored separately in cache so when the user goes to previous pages those are just loaded from the cache |
| Fetch fresh data easilyNeed to force data refresh? No problem just call the load action and fresh data will be loaded |
| Great integration with Server ConnectAll fetched data comes from your own Server Connect actions, so you have fully control |


