Relative Content

Tag Archive for local-storage

Caching large amount of ajax returned objects

I’m building an application which fetches large amount of items with ajax requests via other application API. It returns me 6k – 30k js objects which are used multiple times across various application views (sorting, filtering etc.). I would like to avoid querying API every time for such big list so I decided to cache this data somehow.

Caching large amount of ajax returned objects

I’m building an application which fetches large amount of items with ajax requests via other application API. It returns me 6k – 30k js objects which are used multiple times across various application views (sorting, filtering etc.). I would like to avoid querying API every time for such big list so I decided to cache this data somehow.

Caching large amount of ajax returned objects

I’m building an application which fetches large amount of items with ajax requests via other application API. It returns me 6k – 30k js objects which are used multiple times across various application views (sorting, filtering etc.). I would like to avoid querying API every time for such big list so I decided to cache this data somehow.