Debounce badge updates from badge customizer #3092
Labels
frontend
The Docusaurus app serving the docs site
performance-improvement
Related to performance or throughput of the badge servers
Doing some testing for #2068 I noticed a single use of the badge customizer triggered about 10 badge requests.
Probably it would be good idea to throttle or debounce them! Maybe we could wait for the output to stabilize for about 250-500 ms before firing the request, sort of like how we handle the search.
The text was updated successfully, but these errors were encountered: