metacubexd
metacubexd copied to clipboard
Overview 页面在不停地请求静态资源
浏览器开发者工具截图:
刷新几次页面之后触发
I can confirm the issue. after refreshing the page it keep downloading the fonts endlessly.
没复现成功,有稳定的办法么
Can't reproduce this issue on my side, can we find a steady way to reproduce it?
even I can reproduce it on mobile immediately
open XD open devtools on XD open connections open overview refresh XD
是的,切换页面再刷新也可以复现。我这边现在直接在 Overview 页面刷新就出现这个情况了
https://github.com/MetaCubeX/metacubexd/assets/68163551/f052f2b0-1f7d-46ea-baae-004228868172
still can't reproduce this issue
Remote desktop session with @RikudouPatrickstar minutes before, after some digging, we can reproduce this issue on chromium based browser, such as Microsoft Edge and Google Chrome, but doesn't seem to have any issue whatsoever on firefox. Maybe it's an issue related to apexcharts rendering in svg, and the chromium have some bugs can cause the font files defined by the font-face to load constantly, we still don't know yet. But after disabling the apexcharts fixes this issue.
用最新版的浏览器试了下最近的版本,没有这个问题了