What if vue watch requests a lot of data frequently?

I call a method afun ()
to request data in created, and then watch monitors the data returned by afun, and then requests other data
, which creates a problem that the interface needs to be requested many times per load.
how to limit

May.04,2022

_ debounce (this.getAnswer, 500)
_ .debounce is a function that limits the operation frequency through Lodash. To learn more about the _ .debounce function (and its close relative _ .throttle ), please refer to

how to solve it?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b367f6-2c00e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b367f6-2c00e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?