Skip to content
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
Closed as not planned
@naveedahmed1

Description

@naveedahmed1
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions