Files
Blitz-Proxy/core/scripts/hysteria2
Whispering Wind 18d3a1029b perf(api): optimize bulk user URI fetching in webpanel
Refactored the web panel's user link generation to resolve a major performance bottleneck. Previously, fetching links for N users would trigger N separate script executions, causing significant delays from process startup overhead.

- Introduced a new bulk API endpoint (`/api/v1/users/uri/bulk`) that accepts a list of usernames and calls the backend script only once.
- Updated the frontend JavaScript in `users.html` to use this new endpoint, replacing N parallel API calls with a single one.
- Cleaned up the `wrapper_uri.py` script for better readability and maintainability.
2025-08-27 17:22:04 +03:30
..
2025-08-24 21:10:19 +03:30
2025-08-11 23:21:36 +03:30
2024-07-23 17:36:25 +03:30
2025-08-06 15:16:27 +03:30
2025-05-15 23:25:54 +03:30