Quantcast
Channel: PHP loading XML feeds quickly - Stack Overflow
Viewing all articles
Browse latest Browse all 3

PHP loading XML feeds quickly

$
0
0

I am building a comparison shopping site that takes in multiple XML feeds and displays the best deals. I use PHP Simplexml and then sort them using PHP when the page loads. I use a library like this to process the feeds in parallel.

Our application has little database logic. We just need these feeds to be processed as quickly as possible using PHP. It's decently fast now but I'd like to obviously make it quicker. Also, I'm worried that when we start getting traffic PHP will slow down dramatically.

We are using eaccelerator but I don't think that this functionality gets a real boost from this. I can't really use caching because we need the deals to be fresh when the page loads.

If you guys were designing a system like this, what would you do to get the best performance? How can we get PHP to process these xml feeds as quickly as possible?


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images