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

Disable js i18n API #3627

Open
DeD1rk opened this issue Mar 5, 2024 · 0 comments
Open

Disable js i18n API #3627

DeD1rk opened this issue Mar 5, 2024 · 0 comments
Labels
optimization Issues regarding slowness priority: maybe someday This is not really relevant, but if we have nothing else to do, then we can think about this.

Comments

@DeD1rk
Copy link
Member

DeD1rk commented Mar 5, 2024

What?

We should turn off the i18n API, and make the frontend not use it any more.

Why?

Currently, despite us not using translations, JS is still calling /i18n/js/. This is not necessary and makes the site slower.

How?

Probably read the Django docs. We might need to tweak some settings and JS, and remove the urls.

@DeD1rk DeD1rk added priority: medium A new feature or a bugfix that is non-critical. easy and fun Easy to solve optimization Issues regarding slowness labels Mar 5, 2024
@DeD1rk DeD1rk added priority: maybe someday This is not really relevant, but if we have nothing else to do, then we can think about this. and removed priority: medium A new feature or a bugfix that is non-critical. easy and fun Easy to solve labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Issues regarding slowness priority: maybe someday This is not really relevant, but if we have nothing else to do, then we can think about this.
Projects
None yet
Development

No branches or pull requests

1 participant