I'm trying to find out what's the max length that can be stored in localStorage/sessionStorage objects .
is it a good practice storing maybe big json object (more than 3000 length ) on those storages objects ?
why would i want to do that ? , i'm having a huge amount of requests to the api which slow its performance .