Sotera/DatawakeDepot

Depot: Trail view slow to load after viewing trail object

michaelsframe opened this issue · 1 comments

When viewing a trail's JSON we are not clearing the object from memory when the trail list view is reloaded. This makes things go VERY slow after viewing JSON.

Need to clear this object from memory after use.
While there, would make sense to only load necessary trail fields (trail url, url extractions) for the list view. Large objects cause the overall page to load slowly.

this is working much better...closing as fixed. Pull request processed.