I have been trying to use SimpleXML but it just doesn't seem to be very quick.
I am trying to parse out an external REST XML. If I simply goto the URL via web browser the data is pulled in less than 10 seconds. Parsing using XML and echoing the data takes me about 40-50 seconds.
I'm not sure if this is slow or fast as far as parsing is concerned. Just looking to see if I should try a different way of parsing.