The project has the right type (classic vs allura) but when loading the allura menu it times out frequently and just shows the default "Summary Files Reviews Admin"
This is fairly consistent with https://sourceforge.net/p/oorexx/_nav.json but doesn't seem to be a widespread problem for all projects. It seems to take about 1-2 seconds to fetch that URL which is kinda slow. We should time/profile and optimize the _nav.json logic.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The project has the right type (classic vs allura) but when loading the allura menu it times out frequently and just shows the default "Summary Files Reviews Admin"
This is fairly consistent with https://sourceforge.net/p/oorexx/_nav.json but doesn't seem to be a widespread problem for all projects. It seems to take about 1-2 seconds to fetch that URL which is kinda slow. We should time/profile and optimize the _nav.json logic.
Sample timings:
allura:db/4718
These are the locations that are affected by sitemap changes, so you should check that they still work:
/p/someproject/_nav.json
/p/someproject/
/p/someproject/subproject
/p/
/u/admin1/
[[projects]]
on a nbhd wikiscripts/create-allura-sitemap.py
Created a sub-project and the Admin tool gets displayed as Tool Name instead of Admin, as it is displayed on dev.
test and fix as new commit on db/4718 (rebased)