PlanetSide Universe - View Single Post - Faster Json data
View Single Post
Old 2014-01-22, 09:02 AM   [Ignore Me] #4
Stanis
Master Sergeant
 
Re: Faster Json data


As mentioned : cache the results!
You might want to try a library - see if CURL can make the request faster.

I'm using file_get_contents to retrieve a single file.
However, to speed things up in some scripts I run multiple asynchronous queries using curl_multi_exec()
Stanis is offline