Updated docs
This commit is contained in:
6
TASKS.md
6
TASKS.md
@@ -4,7 +4,7 @@
|
||||
|
||||
Reduce the risk of future Blazor Server circuit disconnects by shrinking payloads, removing unnecessary serialization hops, and making live refreshes more granular.
|
||||
|
||||
The current payload split fixed the immediate failure, but it did not remove the most expensive transport pattern:
|
||||
The most expensive transport pattern is:
|
||||
|
||||
- browser `fetch`
|
||||
- JSON parse in JavaScript
|
||||
@@ -64,7 +64,9 @@ Introduce a server-side workspace query facade and call it directly from Blazor
|
||||
- `GetCampaign`
|
||||
- `GetCharacterSheet`
|
||||
- `GetCampaignLog`
|
||||
- Keep browser JS interop only for browser-only concerns:
|
||||
|
||||
Keep browser JS interop only for browser-only concerns:
|
||||
|
||||
- session storage
|
||||
- SSE wiring
|
||||
- DOM scrolling helpers
|
||||
|
||||
Reference in New Issue
Block a user