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

Improve startup performance #45

Open
natenho opened this issue Nov 4, 2019 · 0 comments
Open

Improve startup performance #45

natenho opened this issue Nov 4, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@natenho
Copy link
Owner

natenho commented Nov 4, 2019

Is your feature request related to a problem? Please describe.
As the number of templates increase, Mockaco startup time considerably increases.

Describe the solution you'd like
The startup time could be reduced performing paralell warm up of templates.

@natenho natenho added Hacktoberfest help wanted Extra attention is needed labels Oct 10, 2020
natenho added a commit that referenced this issue Mar 29, 2021
This commit has some important changes:
- Warm up the cache asynchronously at startup
- Prioritize recently changed files to (re)build the cache
- Fix a race condition bug which was ignoring file changes while building the cache
@natenho natenho self-assigned this Apr 11, 2021
@natenho natenho removed the help wanted Extra attention is needed label Dec 5, 2021
natenho added a commit that referenced this issue Feb 6, 2022
This commit has some important changes:
- Warm up the cache asynchronously at startup
- Prioritize recently changed files to (re)build the cache
- Fix a race condition bug which was ignoring file changes while building the cache
natenho added a commit that referenced this issue Feb 6, 2022
natenho added a commit that referenced this issue Feb 6, 2022
…g startup

Isolate scripting layer into a separate project
@natenho natenho added the enhancement New feature or request label Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant