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