Changes between Initial Version and Version 1 of Ticket #36293, comment 13


Ignore:
Timestamp:
Oct 18, 2025, 7:36:16 AM (4 days ago)
Author:
Jacob Walls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36293, comment 13

    initial v1  
    11> (The numbers as written have triple response time for ≈double response size, unless I'm failing to read it right.)
    22
    3 Ah, I was comparing GZipMiddleware + Adam's proposal (859KB) to *no GZIPMiddleware* (1.09MB), so it's about ~~10%~~ 22% smaller. (This was because in #24242 the ask was "flushing makes the middleware useless in my case", and I wanted to evaluate Adam's suggestion that that was a deviant case.)
     3Ah, I was comparing GZipMiddleware + Adam's proposal (859KB) to *no GZIPMiddleware* (1.09MB), so it's about ~~10%~~ 20% smaller. (This was because in #24242 the ask was "flushing makes the middleware useless in my case", and I wanted to evaluate Adam's suggestion that that was a deviant case.)
Back to Top