How to make Angular universal (SSR) load faster ? ๐ ๐
TLDR: Use caching middleware in the express server.
Problem:
Angular universal application takes time to load when served using @ng-universal/express-engine
Solution with some history:
Recently we had a project for an Angular e-commerce website that...
camelcodes.hashnode.dev4 min read