问题:
I want to reduce load times on my websites by moving all cookies into local storage since they seem to have the same functionality. 我想通过将所有cookie移到本地存储中来减少其加载时间,因为它们似乎具有相同的功能。 Are there any pros/cons (especially performance-wise) in using local storage to replace cookie functionality except for the obvious compatibility issues? 除了明显的兼容性问题以外,使用本地存储替换cookie功能是否有任何利弊(特别是性能方面的优势)?
解决方案:
参考一: https://stackoom.com/question/DVq8/本地存储与Cookie参考二: https://oldbug.net/q/DVq8/Local-Storage-vs-Cookies
来源:oschina
链接:https://my.oschina.net/u/3797416/blog/4317003