When installing NuGet package using virtual repository, the installation time is almost doubled comparing installation of package using remote repository since the index file include link to extra pages which not always necessary (tested in V2 and V3).
An example for installation times and extra request are available in the attached files.
Steps to reproduce:
- Create remote repository to nuget.org and include it in virtual repository.
- perform NuGet install using the remote repository and using the virtual repository, for example:
#time nuget install Twilio -source Artifactory-remote -verbosity detailed
#time nuget install Twilio -source Artifactory-virtual -verbosity detailed