pypi-adapter icon indicating copy to clipboard operation
pypi-adapter copied to clipboard

Optimize repository index page

Open olenagerasimova opened this issue 3 years ago • 0 comments

Pypi repo has index page with all repo packages listed in text html format along with their sha256 sum. This page is generated by SliceIndex on each request. Such approach may work fine when repository is not large, but on big repo generating this page can become a very time-consuming operation. We should think of creating and supporting some repository index file with artifacts names and sha sums in order not calculate them on each request.

olenagerasimova avatar Mar 24 '21 14:03 olenagerasimova