core
core copied to clipboard
cache content and source requests
these requests could be easily cached in either HTML local storage or Websession storage.
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.