Storage Rate Limit
What's Included
- Free to download & use
- Open for personal & commercial use
Support The Creator
Use one-time or monthly support to thank the creator for this free product.
GrapesJS Compatible
Tested with GrapesJS 0.19.x
Open Source on GitHub
Free to use, fork, and contribute
Editor Compatible
Designed for the GrapesJS open-source editor
Free to Use
Open for personal and commercial projects
A plugin for GrapesJS that provides rate-limited storage, allowing you to save changes immediately and then cool down for a specified period before saving again.
This plugin will intercept when user saves a website and make sure it doesn't occure more than once every second or any duration you setup
Features
- Works with any storage: This plugin place itself between the storage and your app.
- Immediate Save: The first save is performed immediately.
- Cooldown Period: After saving, the plugin enters a cooldown period during which subsequent saves are ignored.
- Post-Cooldown Save: If there are more calls to the
storefunction during the cooldown, one final save occurs after the cooldown expires, and the cooldown period restarts.
Questions & Answers
No questions yet. Have something to ask?
Common problems this plugin can help fix
Real community questions on the same topic — see how others worked around them.
