Compress the mobile dashboard shell over HTTP #418

Merged
rockachopa merged 1 commits from timmy/417-http-compression into main 2026-08-09 18:35:27 +00:00
Member

Closes #417

Product slice

  • transfer the fingerprinted runtime, dashboard HTML, and stylesheet with gzip when clients permit it
  • respect explicit gzip;q=0 and identity negotiation
  • retain cache/security policies and avoid compressing small responses

TDD evidence

  • RED: runtime wire-response test failed because Content-Encoding was absent
  • RED: explicit gzip;q=0 test failed against Starlette's substring negotiation
  • GREEN: focused frontend bundle suite: 7 passed
  • Full suite: 799 passed
Closes #417 ## Product slice - transfer the fingerprinted runtime, dashboard HTML, and stylesheet with gzip when clients permit it - respect explicit `gzip;q=0` and identity negotiation - retain cache/security policies and avoid compressing small responses ## TDD evidence - RED: runtime wire-response test failed because `Content-Encoding` was absent - RED: explicit `gzip;q=0` test failed against Starlette's substring negotiation - GREEN: focused frontend bundle suite: 7 passed - Full suite: 799 passed
rockachopa added 1 commit 2026-08-09 18:34:00 +00:00
feat: compress dashboard shell over HTTP (#417)
All checks were successful
CI / lint (pull_request) Successful in 47s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
679639394f
rockachopa merged commit 969d5567d4 into main 2026-08-09 18:35:27 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#418
No description provided.