issues
search
ssciwr
/
mondey
In development
https://mondey.lkeegan.dev
GNU Affero General Public License v3.0
0
stars
1
forks
source link
consider gzipping large json responses
#103
Open
lkeegan
opened
1 month ago
lkeegan
commented
1 month ago
implementation is straightforward
https://fastapi.tiangolo.com/advanced/middleware/#gzipmiddleware
should test to see if this is worth doing or not once we have realistic milestone data
reduces network transfer time but increases server processing time