You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
I'm wondering if changing the comunication format should be changed from json to something else to make the transfer quicker.
I thought about (binary) Thrift since it does technically support both php and javascript even if the javascript implementation is not currently in the apache repository.
Any other ideas?
The text was updated successfully, but these errors were encountered:
size of the data and the result of unserializing the data.
If you have a look at a few of our jsons they are huge, so this could help reduce size a lot.
This is mostly meant to prepare for the next war, we got around 6KB for the raid search requests at the moment, I'd expect around 20KB during wars and not just once like it's now but every couple seconds.
I'm wondering if changing the comunication format should be changed from json to something else to make the transfer quicker.
I thought about (binary) Thrift since it does technically support both php and javascript even if the javascript implementation is not currently in the apache repository.
Any other ideas?
The text was updated successfully, but these errors were encountered: