Opticache overrides Express’s res.render function to take the output of the render and asynchronously optimize the output with Critical and HTML Minifer, caching that output, while sending out the result of the render. Subsequent requests get fully-optimized page, on-the-fly

  • 2
  • 7