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.
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.