Compare project level and instance level maven file endpoints
Proposal
Project level durations p95 seems to have worst latency than the Instance level duration p95.
This leads me to think that getting a maven package by its maven path is way more efficient than getting the project first and then the packages but I could be wrong.
Investigate why the instance level endpoint is so fast and try to apply the same access pattern to the project level endpoint.