We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As far as I remember, browser limits requests to 6 per domain, and we have 108 badges in jshttp now...
Is there any way to speed that up? Draw them using js for example, and fetch it all in one request from somewhere with a decent cache.
Do shields.io have some kind of bulk-retrieve api?
The text was updated successfully, but these errors were encountered:
not sure how to speed it up since none of the badges are really cacheable haha
Sorry, something went wrong.
No branches or pull requests
As far as I remember, browser limits requests to 6 per domain, and we have 108 badges in jshttp now...
Is there any way to speed that up? Draw them using js for example, and fetch it all in one request from somewhere with a decent cache.
Do shields.io have some kind of bulk-retrieve api?
The text was updated successfully, but these errors were encountered: