Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache HostSpecificDataLoader.ReadHostSpecificTemplateData #2742

Closed
DavidKarlas opened this issue Jan 8, 2021 · 1 comment
Closed

Cache HostSpecificDataLoader.ReadHostSpecificTemplateData #2742

DavidKarlas opened this issue Jan 8, 2021 · 1 comment
Assignees
Labels
area: performance The issue is related to performance of template engine or dotnet new host triaged The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone

Comments

@DavidKarlas
Copy link
Contributor

During resolution of templates Microsoft.TemplateEngine.Cli.HostSpecificDataLoader.ReadHostSpecificTemplateData is called which is slows since it needs to open zip files to check host .json file... Find a way to cache this data in templateCache

@DavidKarlas DavidKarlas added area: performance The issue is related to performance of template engine or dotnet new host size:3.0 triaged The issue was evaluated by the triage team, placed on correct area, next action defined. labels Jan 8, 2021
@bekir-ozturk bekir-ozturk added this to the Backlog milestone Mar 10, 2021
@bekir-ozturk bekir-ozturk modified the milestones: Backlog, May Sprint May 25, 2021
@DavidKarlas
Copy link
Contributor Author

This was fixed in #3292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: performance The issue is related to performance of template engine or dotnet new host triaged The issue was evaluated by the triage team, placed on correct area, next action defined.
Projects
None yet
Development

No branches or pull requests

3 participants