libraries.io icon indicating copy to clipboard operation
libraries.io copied to clipboard

Extremely slow dependency tree generation

Open jonathanooikwanw opened this issue 2 years ago • 1 comments

I tried to generate a dependency tree for repositories like Tensorflow, Keras and scikit-learn using the explore dependencies option. It has not generated a dependency tree after a very long time. image

jonathanooikwanw avatar Jul 30 '21 10:07 jonathanooikwanw

Same here, with https://libraries.io/pypi/PyJWT/1.7.1/tree It's been waiting for at least an hour, possibly two. From the developer's console in Firefox, I can see that the page is still active, making this request once a second and getting a 'please wait' response:

curl 'https://libraries.io/pypi/PyJWT/1.7.1/tree' -H 'User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0' -H 'Accept: */*' -H 'Accept-Language: en-CA,en-US;q=0.7,en;q=0.3' -H 'Accept-Encoding: gzip, deflate, br' -H 'Referer: https://libraries.io/pypi/PyJWT/1.7.1/tree' -H 'X-CSRF-Token: ZtJQz8Uv4B02QBsvn3dBa9zMeyIHaQQVCXXP7H/ipeT5Kp0eNSYE0MrywxwPSlp2IMHiO6xOJ7yoZRseRErawg==' -H 'X-Requested-With: XMLHttpRequest' -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Cookie: _libraries_session=N0g4VS9vbmRsYmREUFBPYmcvVUU4SEZ5M0c3VGpHQkUzS3l5QTUzbWtqK2xSK3dPVkpQSlpIWGNqckhQSWdYcVNCOXpGaUlqRks5Wk9FV1B3Zm15MU41YUlFN2cyOFJBN1BZK1hmajNIaHVpdHdXVzNIRy9LL0w0aEJ3RjhQUGYxNVgyY0xXOGo5aktTUzhreXpaZzZRPT0tLUZyKzZBRm4rVnFadlQraUVXTjJKeFE9PQ%3D%3D--76a4d78f1201a6c72aec9ebb368164670575da1a' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-origin' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' -H 'TE: trailers'

PenelopeFudd avatar Apr 07 '22 01:04 PenelopeFudd