basic JavaScriptunderstanding of asynchronous requests
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
60
研究方向
The issue reports that ipinfo.io is slow in China, causing UI freeze. To resolve, replace the ipinfo service with a China friendly IP geolocation API such as ip api.com. The IP lookup should be performed asynchronously using fetch or XMLHttpRequest to avoid blocking the UI. Relevant code is likely in the frontend JavaScript files that handle seed details. Check the repository for files related to IP lookup (e.g., ip.js or similar). Also consider adding error handling for network failures.
ipinfo国内访问速度较差导致界面卡住 · ronggang/transmission-web-control#495 | Good First Issue