https://github.com/titaniumnetwork-dev/Alu/blob/9a48ae34164d855dbc31b058b4a104bebcc2c681/src/components/ProxyRegistrar.astro#L18
Consider using requestAnimationFrameinstead of setinterval,Using requestAnimationFrame can reduce performance issues because it is called during the browser's redraw cycle, optimizing performance.