aticie / Mapper-Influences-Backend

0 stars 0 forks source link

Reduce outgoing request body size to reduce egress cost on railway #16

Closed 112batuhan closed 3 months ago

112batuhan commented 3 months ago

currently we send the whole osu api result for every map and user. We should only send necessary info to save on file sizes. This will also make things better for front end as one page load can go up to 2mb's. Since we started caching, serializing the osu api response is not as impactful. This will also reduce cache size, hence reduced ram costs.