PowerShell / PowerShellGallery

220 stars 59 forks source link

Slowness finding modules by name or loading module pages on PowerShell Gallery #175

Closed boblodgett closed 2 years ago

boblodgett commented 2 years ago

PowerShell Gallery has been operating slowly for the last couple of hours while trying to find-module or accessing modules on the PowerShell Gallery website.

For example, it is taking between 12 and 84 seconds to load this page: https://www.powershellgallery.com/packages/AWSPowerShell

Find-Module AWSPowerShell is taking 20+ seconds to return.

Not every request is extremely slow.

SteveL-MSFT commented 2 years ago

We're looking into this

adityapatwardhan commented 2 years ago

The slowness should be fixed now. Please re-activate the issue if you still see problems.

Thanks for reporting!

❯ Measure-Command { Find-Module AWSPowerShell  } | Select-Object -ExpandProperty totalseconds
2.4630264