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
I see you convert the Github API to a codeload url. Is that to prevent API rate limits or just an unneeded redirect? Wouldn't it be more reliable to use the github.com direct download link instead? Like in composer/composer#4737 ?
Because it doesn't need to redirect. It's a secondary effect that prestissimo reduces API requests.
Redirect + HTTPS is TERRIBLE slow. So I reduced redirects.
For speed, it's no sense to download directly from https://github.com . It still occures one redirect.
I see you convert the Github API to a codeload url. Is that to prevent API rate limits or just an unneeded redirect? Wouldn't it be more reliable to use the github.com direct download link instead? Like in composer/composer#4737 ?
The text was updated successfully, but these errors were encountered: