wildskyf / TextareaCache

Browser Add-on: Automatically save the content in Textarea.
MIT License
66 stars 7 forks source link

think about _.debounce to reduce io access, improve performance #58

Closed wildskyf closed 6 years ago

wildskyf commented 6 years ago

https://lodash.com/docs#debounce

ref: https://vuejs.org/v2/guide/computed.html the watcher example

wildskyf commented 6 years ago

I think the performance issue is not caused by user typing.