I made this piece of php code which grabs a RSS feed, but I’m wondering:
Is there a limit for the amount of items it can get from that feed?
I want to know, because if it needs to load a lot of messages, my webpage will slow down…
You can see the feed here: –
The limit exists, but I think it depends on your php configuration.
Every php configuration define a script time limit and a script memory limit, so your script end when you reach one of those limits.