Prerender Cache Question

Hi,

anybody has an idea or suggestion on how to grab and store the JS bundles inside Prerender and prevent re-download and processing?

What a web client does is that, if the SPA files don’t exists in the browser cache, download required files from the Meteor server or CDN when the JS bundle is being cached with a CDN. Reload of the same webpage takes less than a second because the bundle doesn’t need re-download, decompress, interpret etc.

Any idea how to either:

  1. store de JS bundle locally on the (self hosted) Prerender server and download from a file location instead of URL.
  2. preserve the “normal” behavior in Chrome and cache the bundle in Prerender Chrome until a force restart of the browser or until a request to clear the cache.
    Tx