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

[Performance] Process.env is slow #1266

Open
lcnvdl opened this issue May 4, 2024 · 0 comments
Open

[Performance] Process.env is slow #1266

lcnvdl opened this issue May 4, 2024 · 0 comments

Comments

@lcnvdl
Copy link
Contributor

lcnvdl commented May 4, 2024

The access to process.env is slow.

motdotla/dotenv#562

In order to improve this, other frameworks have an enable cache option to the Env wrapper.

Something like:

Env.useCache = true;

As I've seen, FoalTS doesn't have this feature. Is there any possibility to add it?

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant