This repository was archived by the owner on Nov 22, 2024. It is now read-only.
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
SSR performance optimization - caching #811
Closed as not planned
Description
- I'm submitting a ...
- [x ] feature request
- What modules are related to this Issue?
- [ x] aspnetcore-engine
It seems that Angular expects to construct a new app platform instance to serve each request. Which means that the bootstrap process is performed for each request. Is it possible to have some sort of cache so that the bootstrap is performed only for the first request.
I think react community is addressing similar issue for react through this plugin from Walmart Labs:
https://github.com/walmartlabs/react-ssr-optimization
- Please tell us about your environment:
- Angular version: 4.X
- Browser: all
- OS: Windows
- Platform: .NETCore 2.0
Metadata
Metadata
Assignees
Labels
No labels