-
Notifications
You must be signed in to change notification settings - Fork 0
Cache and cache control #10
Copy link
Copy link
Open
Labels
InvestigationIssue needs a deeper dive to investigate problems or solutionsIssue needs a deeper dive to investigate problems or solutionsbugSomething isn't workingSomething isn't working
Description
Metadata
Metadata
Assignees
Labels
InvestigationIssue needs a deeper dive to investigate problems or solutionsIssue needs a deeper dive to investigate problems or solutionsbugSomething isn't workingSomething isn't working
Currently, every time the app is launched from closed (shouldn't do it when it's moved from background), it hits bitbucket and pulls in the files. This should be cached with proper cache management to reduce overhead. It's expensive enough doing a full reload.
Another thing that should be looked into is how WebView handles caching and cache data. If WebView isn't set up to cache or doesn't have the ability to cache natively, that should also be handled if possible.