angular2-universal-starter
angular2-universal-starter copied to clipboard
Caching...
Hello there! I was trying to configure express to use cache, but with not success. As angular2-universal is renderized on server, I believe it is always processing, for instance, /Home before delivering it to the browser.
Is there any way to configure cache? I'm sure I can deliver the first page of my website to the browser in just few miliseconds.
https://www.npmjs.com/package/express-redis-cache will do the trick for you.