Lighten `index.html` for faster loading time
Closed this issue · 3 comments
Currently, https://qgis.org/pyqgis/master/index.html takes a relatively long time to load (6s on my machine, chrome, fiber internet)
This index page list all pyqgis classes and discussed with other users on this page, we all use the search bar instead of scrolling in index page.
Replacing the listing with a nice welcome message like https://api.qgis.org/api/master/ would be a nice to have improvement.
Oh yes, I even had it freeze my browser for many more seconds recently during workshops.
This would be a great change.
Reducing the maxdepth ou tocdepth (don't know which influence what) to 1 (or 2) would be enough ?
5 is a bit overkill
See PRs in action at https://qgis.org/pyqgis/master_PR120 and https://qgis.org/pyqgis/master_PR121