Experiment with caching HTML pages/fragments #9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the browser fetches each branch from scratch because they cannot be cached.
Maybe exploiting cache control headers would help here to reduce the need to redownload the same content over and over again
Maybe using IndexDB to save branch content and fetch it quickly would help too. but I don’t like that as much as just using what the browser offers.