Create-release screen

On one of our nuget feeds that we clean out daily it can take up to 40 seconds for the drop downs to be populated.
14 versions of 5 different packages = 70 packages shown in drop downs.

For our production/uat feed where we use https://github.com/themotleyfool/NuGet/downloads as our nuget server.
It’s using an index and search for packages to test the feed returns in milliseconds.
We have about 2 months of packages there and this screen no longer shows anything. Eventually request times out.
14 different packages and 50 versions = 700 packages
Is this screen trying to list all packages?

suggestion:
Just show the latest - if not the latest let us be able to type the specific package version.

Here’s a mockup of what we plan to do with this screen this release:

Paul