You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first time we call the details API for a package could be extremely slow (~1s for the APM package, ~5s for the AWS one), I am currently trying to see what we are doing here that is that slow.
This example trace for AWS show the issue
Here you see a 6s call to the EPR we are downloading the full package we probably do not need to do so, and can get only the package manifest.
The text was updated successfully, but these errors were encountered:
@nchaulet Curious if you've been able to make any progress on this issue. We need to decide whether or not to include this in our 8.2 planning and it would be good to know the remaining effort to close this one out.
Description
Related to #118751
In progress
The first time we call the details API for a package could be extremely slow (~1s for the APM package, ~5s for the AWS one), I am currently trying to see what we are doing here that is that slow.
This example trace for AWS show the issue
Here you see a 6s call to the EPR we are downloading the full package we probably do not need to do so, and can get only the package manifest.
The text was updated successfully, but these errors were encountered: