Bug #6064
Updated by Radhika Chippada almost 10 years ago
Display of /collections/qr1hi-4zz18-hqfxewp0r3dsaov takes forever. * The issue seems to be linking all the items under "This collection was the output of". We need to use either infinite scrolling for this or show only a few entries. * Looking at the wb console log, I noticed the below set of API requests repeated again and again. We must use object caching / preloading for these. this. <pre> API client: 6.4034e-05 Prepare request https://qr1hi.arvadosapi.com/arvados/v1/pipeline_instances [["components","like","%qr1hi-4zz18-hqfxewp0r3dsaov%"]] API client: 1.751304491 API transaction API client: 0.006474317 Parse response API client: 0.000310151 Prepare request https://qr1hi.arvadosapi.com/arvados/v1/pipeline_templates {"uuid":"qr1hi-p5p6p-ftcb0o61u4yd2zr"} API client: 0.062476442 API transaction API client: 0.000362192 Parse response API client: 0.000331434 Prepare request https://qr1hi.arvadosapi.com/arvados/v1/pipeline_templates {"uuid":"qr1hi-p5p6p-ftcb0o61u4yd2zr"} API client: 0.059839291 API transaction API client: 0.000241081 Parse response API client: 0.000245865 Prepare request https://qr1hi.arvadosapi.com/arvados/v1/pipeline_templates {"uuid":"qr1hi-p5p6p-ftcb0o61u4yd2zr"} API client: 0.070319694 API transaction API client: 0.000166175 Parse response API client: 0.000262908 Prepare request https://qr1hi.arvadosapi.com/arvados/v1/pipeline_templates {"uuid":"qr1hi-p5p6p-ftcb0o61u4yd2zr"} API client: 0.066435541 API transaction </pre>