Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050208Retail ModulesWeb POSpublic2022-09-06 09:482022-09-12 10:19
AugustoMauch 
Retail 
normalcriticalhave not tried
closedinvalid 
5
 
RR22Q2.3 
No
0050208: State should be compressed before being persisted in the localstorage
The localstorage size limit is quite small (5Mb), so a very big state could not fit in it.

To make this problem less likely to happen, we should compress the state before persisting it. In some tests done using redux-persist-transform-compress, the size of the compressed state was 7x smaller than its uncompressed state.
-
No tags attached.
blocks feature request 0050166 closed Retail State should be compressed before being persisted in the localstorage 
Issue History
2022-09-09 09:55cbernerTypefeature request => backport
2022-09-09 09:55cbernerTarget Version => RR22Q2.3
2022-09-12 10:18cbernerNote Added: 0141005
2022-09-12 10:19cbernerStatusscheduled => closed
2022-09-12 10:19cbernerResolutionopen => invalid

Notes
(0141005)
cberner   
2022-09-12 10:18   
To not backport yet because it contains also the backport of indexedDB to localstorage.