core icon indicating copy to clipboard operation
core copied to clipboard

cache content and source requests

Open wilzbach opened this issue 8 years ago • 1 comments

these requests could be easily cached in either HTML local storage or Websession storage.

wilzbach avatar May 23 '16 18:05 wilzbach

Source code is already cached as current source code editor content is stored in a local session storage to allow user to switch sections without loosing edited source code. I don't think content needs to be cached as the the first request will get most of expensive resources and the next display will produce almost just cache hits.

stonemaster avatar May 25 '16 09:05 stonemaster