turbio / infotech-final

0 stars 1 forks source link

steam api interface #6

Open turbio opened 9 years ago

turbio commented 9 years ago

i created the file /api/steam.php which is currently just an empty place holder. It should contain all the functions necessary to use the steam api. I'm not entirely sure how to use the steam api so you might want to do this.

turbio commented 9 years ago

steam's api seems incredible slow, it at least really slow compared to the rest of the website. I ran a few tests and each request takes at least 2-3 seconds regardless of whether one user or multiple users are being requested. It seems to all be on valve's end, and we're mostly just waiting for valve to respond to the http request. best solution i can think of:

i'm just going to ignore it for now though idk if you have any better ideas