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

Merge env-config.js into index.html #5340

Open
FelixMalfait opened this issue May 8, 2024 · 0 comments
Open

Merge env-config.js into index.html #5340

FelixMalfait opened this issue May 8, 2024 · 0 comments
Assignees

Comments

@FelixMalfait
Copy link
Member

Env-config.js is render-blocking and takes 250ms to load on average!
By simply moving it within index.html we could probably save 250ms of every initial page/new tab load!

Screenshot 2024-05-08 at 17 42 48

We should replace <script src="/env-config.js"></script> and directly overwrite the index.html file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants
@FelixMalfait @Freebios and others