earthrise-media / vacs-map

Exploring VACS project data
1 stars 0 forks source link

Improve performance by caching data and avoiding a memory leak #127

Closed ebrelsford closed 9 months ago

ebrelsford commented 9 months ago

I believe this closes #123 or greatly reduces the issue.

In my investigation I noticed a few things:

I tried to address the first two here. In fully removing the SVGs locally (the 3rd point) and testing performance was improved more. If it isn't too hard to convert these to PNGs I'd be curious to see the result but I don't think it's a dealbreaker.

I'll highlight where the first two points are addressed inline below.