Use POST instead of GET for uploading rankings
Fragment of a discussion from Talk:RoboRumble
Jump to navigation
Jump to search
I remember POST already being used for uploads the last time I checked the client code. And the main difference between GET and POST is not raw performance, but how proxy servers deal with them. GET is usually cached while POST isn´t.
To increase upload speed, batch uploads (everything in a single request) and batch inserts in the database (everything in a single commit) would do a better job.
MN