shapeshift / web

ShapeShift Web
https://app.shapeshift.com
MIT License
171 stars 183 forks source link

Spike data storage mechanisms for client side performance #7769

Closed woodenfurniture closed 1 month ago

woodenfurniture commented 2 months ago

Overview

App performance is bad and often the app requires a cache clear to bring performance back to acceptable level. Its likely our use of redux to store large amounts of data is the issue here, and use of a different approach could keep the app buttery smooth even in the present of relatively large volumes of data in the client.

References and additional details

.

Acceptance Criteria

Investigate possible solutions to avoiding use of redux for persistent data storage and access.

Need By Date

No response

Screenshots/Mockups

No response

Estimated effort

No response

0xean commented 1 month ago
gomesalexandre commented 1 month ago

As discussed with @woodenfurniture, https://github.com/shapeshift/web/pull/7799 was the effective fix for the time being, but this spike still remains opened as a lower prio.

0xean commented 1 month ago

closing for now ... will reopen in ~4 weeks