I tried to optimize the CI in my latest commits again. I think the next step could be to generate a static file that is served from depot instead of the live autoindex that is served from nginx. We are at currently 30s and 17MB HTML. And I assume nginx is doing a stat() call on every page visit.
@natefoo not sure if this is useful to implement as a cron-job. We could generate a json/yaml file or a simple text file and serve that instead of the auto-index. Maybe that is overengineered and the server is find with the large directory and the stats calls.
I tried to optimize the CI in my latest commits again. I think the next step could be to generate a static file that is served from depot instead of the live autoindex that is served from nginx. We are at currently 30s and 17MB HTML. And I assume nginx is doing a
stat()call on every page visit.@natefoo not sure if this is useful to implement as a cron-job. We could generate a json/yaml file or a simple text file and serve that instead of the auto-index. Maybe that is overengineered and the server is find with the large directory and the stats calls.