Is there any fast way to reduce the bytes of data during network transmission?
I send data from a server to the browser, and it's taking up quite a lot of bandwidth
My data looks like this, but with more properties:
{
1: {width: 10.25, height: 30.75,},
2: {width: 7.5, height: 1.25,},
}
Json encoded
Your problem has a ton of solutions. I will share some of the most common ways of network optimization.