You can speed up your YaraEditor website by using the provided crons.
The general cron is performing the following tasks:
- 3rd party modules: performs some cleanup
- Tests: Run tests that are pending for results
To enable the crons, enable them in the config file. Then there’s multiple ways to enable them:
On install page (YaraEditor V1.1)
Click on “Register crons” button on the install page.
Manually
Register the file (cron.php) in the cron list (don’t forget to provide a token with enough rights):
http://localhost/cron.php?token=edfe238e15c964e8a8218cf218e43dc1
cp ./<your_yed_dir>/cron /etc/cron.d/yed-cron
crontab /etc/cron.d/yed-cron
Important Note: If you are using Docker containers (YaraEditor v1.1), crons should have been registered automatically inside the container.