php - How can I benchmark the XML parser of my choice? -


i handle huge xml file , go xmlreader. below 3 ways go with, need know 1 fastest. how can know this? planet.xml file located @ http://trash.chregu.tv/planet-big.xml.bz2 in case hat may need it. thank you!

you might want consider php profiling extension:

http://www.php.net/apd

you can examine results pprofp:

http://www.compago.it/php/phpckbk-chp-21-sect-3.html


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -