Add ability to completely disable request throttling #816
Labels
e1-low
[Effort] Low hanging fruit 🥭.
feature
[Issue] New feature or request
p2-nice-to-have
[Priority] Lower priority, beneficial enhancements that are not urgent.
When using the storyblok-js-client in a server environment with a bit of traffic the storyblok-js-client causes significant slow downs due to request throttling. It should be possible to completely disable request throttling for performance (so not only changing the rateLimit setting).
For now we have created a fork which removes this functionality, see https://www.npmjs.com/package/@labdigital/storyblok-js-client but I would love to help get this option into the official client.
Note that while debugging the performance issue it also seems that the client creates quite some number of promises for requests, which also has impact on performance.
The text was updated successfully, but these errors were encountered: