waylaidwanderer/PHP-SteamCommunity

Request is so slow

Opened this issue · 4 comments

Hello,

Im using example from steambot and that requests lasts for so long,
SteamCommunity construct -> 10,4723s
Login -> 8,231s
Send Trade offer -> 2,2469s
Get confirmations and accept -> 9,6686s

If you need I can provide code examples but it is almost default example.
Somebody has the same problem?
Or any solution how to solve it?

I've tried different Steam libraries/classes before and they were pretty quickier but accepting trade offer didn't work.

Im running on PHP6 hosting in Slovakia

Has same problem

every request will get the steamid and sessionid first. if you save them the first time,next time do not get to go again.will be faster~

@h1100e it should be somehow added into library, not? can you show me any example please? thank you a lot ;)

I think, pull request will be better