While nothing is happening, it takes a considerable portion of CPU time.
Consider providing the interval option.
One of the places it's used in:
https://kolaente.dev/vikunja/frontend/src/commit/9b050846a41a3d05872cf3ca3ca1f06688084501/src/components/home/Logo.vue#L8-L9
While nothing is happening, it takes a considerable portion of CPU time.

Consider providing the `interval` option.
1. Open https://try.vikunja.io/projects/13/list in a Chromium browser
2. Open the dev tools
3. "Performance" tab
4. Start recording
5. Do nothing for 25 seconds
6. Stop recording
7. Open the "summary" tab below
One of the places it's used in:
9b050846a4/src/components/home/Logo.vue (L8-L9)
While nothing is happening, it takes a considerable portion of CPU time.
Consider providing the
interval
option.Sorry, I meant to create it in the
frontend
repo.PR is up: vikunja/frontend#3255
@WofWca May I ask, how you exactly got to the screenshot?