April 20, 2024

Improving Performance with IndexedDB and Caching

Author:
Go to Source

As developers strive to create web applications that work efficiently and can tolerate unreliable network connections, caching and local storage approaches become increasingly critical. In many cases, leveraging the IndexedDB API and key caching strategies can offer huge software performance boosts. In this course, instructor Mike Oram delves into what caching and the IndexedDB API are, as well as how to work with them to boost your application’s performance. Learn about the pros and cons of different caching strategies, how to implement caching in your application, and how to assess the subsequent performance gains. Plus, review techniques for storing, retrieving, and updating data with IndexedDB, including different strategies for storing dynamic data on the client side.

Read more