Is there a limit to how much data I should cache in browser memory?

后端 未结 4 566
盖世英雄少女心
盖世英雄少女心 2021-01-27 02:50

I need to load a couple thousand records of user data (user contacts in a contact-management system, to be precise) from a REST service and run a seach on them. Unfortunately, t

4条回答
  •  清歌不尽
    2021-01-27 03:39

    I would look at a distributed server side cache. If you keep the data in the browser, as system grows you will have to increase the browser cache lifetime to keep traffic down.

提交回复
热议问题