loading xml slow down my site
- by Ayrton
Hi
is it possible that loading an xml is slowing down my site?
I've written this little function in php to iterate over an array of Strings to calculate the total amount of my followers
function getFeedCount() {
foreach ($array as $value) {
$xml = simplexml_load_file("http://api.feedburner.com/awareness/1.0/GetFeedData?uri=$value")
…