Actions
Bug #31717
closedFastGettext initialization is slow
Description
It's because we switch over all 20 languages to actually pull language name in the native language into a list of available languages. We use that in three places: settings page, user page and GraphQL.
This can be easily made lazy-loaded, so those 2 seconds are not wasted during startup. Only few languages are usually used, definitely not all of them.
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8275 added
Updated by Ewoud Kohl van Wijngaarden about 4 years ago
- Related to Bug #31679: Actions that load the Rails stack are slow added
Updated by Anonymous almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|b6b6ffc01ca7065182571a221d4a02e1baa25127.
Actions