-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Severity 3 - Minor
-
Issue Summary
In Bitbucket Cloud you can change the site to display in other languages. If the languages are rarely used, they would result in slower response time.
In what we have experienced, this slowness occurs for the Turkish language.
Steps to Reproduce
- Login to Bitbucket Cloud and navigate to Personal Settings
- You can access Personal Settings via this link as well :
- You will see a field called Language in Personal Settings.
- Thats where you change it to Turkish
- Once changed, then click Update
- Load your repository (for example) source view
- You will see the following URL in your browser console with a slower load time
- https://bitbucket.org/<workspace_id>/<repository>/src/master
- Turkish language - Site responds in 4-5 seconds
- English language - Site responds is less that a second
Expected Results
- Turkish language loads normally (less than ~ 1 second)
Actual Results
- Turkish language loads slower (4-5s)
Workaround
- Change language to English should improve the load times.