You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you given any thought to optimizing this a bit by ensuring the entire cookie storage (locaStorage.cookies) isn't read and parsed on every cookie request?
While the current implementation works fine for small-medium storages, it can get costly when working with larger sets. I thought about having a crack at a PR but wasn't sure if it was on your radar or what your thoughts were.
Thanks!
The text was updated successfully, but these errors were encountered:
Have you given any thought to optimizing this a bit by ensuring the entire cookie storage (
locaStorage.cookies
) isn't read and parsed on every cookie request?While the current implementation works fine for small-medium storages, it can get costly when working with larger sets. I thought about having a crack at a PR but wasn't sure if it was on your radar or what your thoughts were.
Thanks!
The text was updated successfully, but these errors were encountered: