Commit 20e56a4
committed
perf(server): gzip compress session messages response
Large sessions can have 20MB+ JSON payloads which take 20-30s to
transfer over mobile networks. Gzip compression reduces this to
~2-3MB, improving mobile load times by ~5x.1 parent e834a2e commit 20e56a4
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
582 | 593 | | |
583 | 594 | | |
584 | 595 | | |
| |||
0 commit comments