Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 2 matches
Smarty Forum Index
Author Message
  Topic: GoogleMapsAPI really really really slow
chieduo

Replies: 16
Views: 52799

PostForum: Add-ons   Posted: Wed Jul 28, 2010 1:52 pm   Subject: Final step to making your script faster
change fetchURL to

function fetchURL($url) {

//return file_get_contents($url);
return $this->curl_get_file_contents($url);

}

and add curl_get_file_contents
...
  Topic: GoogleMapsAPI really really really slow
chieduo

Replies: 16
Views: 52799

PostForum: Add-ons   Posted: Wed Jul 28, 2010 1:28 pm   Subject: Commentted DB Connection
I took out instances of db connections in putCache and getCache the new google map api allows for 1000 or so requests from one ip address a day. So each visitor can do 1000 requests therefore I don't ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP