yearn / seafood

Seafood
https://seafood.yearn.watch
13 stars 21 forks source link

Chore: Move TVL chart rendering to backend #134

Closed murderteeth closed 1 year ago

murderteeth commented 1 year ago

Currently seafood's vault TVL charts are rendered in the browser. This is OK, but drags both the loading and scrolling performance of seafood's main vaults list. Instead, render and cache these charts in the backend. This way the browser can handle the charts as simple images instead of canvas objects.

image