mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
A message typed on a phone far from the core takes ten to twenty seconds to show up, and nothing on the phone says where the seconds go: a slow request on its own points at the core, many requests pending at once points at the browser's six sockets -- one of them held by the event stream -- or at the link in between. rswebui.js now counts requests in flight, times every request, keeps the last /rsChats/sendChat round trip and the five slowest requests, and stamps the event stream (bytes received, last event, reconnections). The phone status sheet shows them under the version label. |
||
|---|---|---|
| .. | ||
| boards | ||
| channels | ||
| chat | ||
| config | ||
| files | ||
| forums | ||
| network | ||
| people | ||
| scss | ||
| statistics | ||
| home.js | ||
| jdenticon.js | ||
| login.js | ||
| main.js | ||
| mithril.js | ||
| rswebui.js | ||
| statusbar.js | ||
| widgets.js | ||