NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.55k stars 641 forks source link

[NuGet.org Bug]: Various pages take a long time to load #10221

Open JonDouglas opened 1 month ago

JonDouglas commented 1 month ago

Impact

I'm unable to use NuGet.org

Describe the bug

There are various pages that take awhile to load due to potentially pagination and caching.

https://www.nuget.org/packages?q=

https://www.nuget.org/profiles/Microsoft

etc

Repro Steps

Open those links

Expected Behavior

The response should be immediate and any further information should be requested by the user or loaded async.

Screenshots

No response

Additional Context and logs

No response

erdembayar commented 1 month ago

@JonDouglas Are you sure https://www.nuget.org/packages?q= is taking a while? https://www.nuget.org/profiles/Microsoft is known issue.

erdembayar commented 1 month ago

Related issue: https://github.com/NuGet/NuGetGallery/issues/5659

JonDouglas commented 1 month ago

@JonDouglas Are you sure https://www.nuget.org/packages?q= is taking a while? https://www.nuget.org/profiles/Microsoft is known issue.

Yes, this is a common one I encounter when showing off dark mode and default search query. It is sometimes hard to reproduce.

erdembayar commented 1 month ago

Possibly related issue: https://github.com/NuGet/NuGetGallery/issues/10025