minutils / feed-on-feeds

Released in 2003, saw the rise and fall of Google Reader, reached perfection in 2011
http://feedonfeeds.com/
GNU General Public License v2.0
14 stars 9 forks source link

Importing Large OPML file #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to "Add Feeds"
2. import a large (mine has 400+ feeds) OPML file
3. Server times out on max execution time.

The problem is with the max execution time of php. A better solution would
to be to split the process up into two steps.

1. Parse the opml file and enter the entries into the database.
2. Fetch/Validate the feed in another step (maybe using http redirects and
only take 5 feeds at a time).

Original issue reported on code.google.com by ambi...@gmail.com on 2 Feb 2007 at 3:59

GoogleCodeExporter commented 9 years ago
Same problem happens when updating the feeds.

Original comment by ambi...@gmail.com on 2 Feb 2007 at 5:10

GoogleCodeExporter commented 9 years ago
As a temporary workaround, I've set the PHP time limit to 10 minutes for both 
the update script and the add 
feeds script.

Original comment by stevemin...@gmail.com on 14 Mar 2007 at 3:57

GoogleCodeExporter commented 9 years ago
The updating is now driven by the browser, so server side timeouts won't be a
problem.  A large OPML file still is done all server side, though.

Original comment by stevemin...@gmail.com on 9 Jun 2007 at 4:48

GoogleCodeExporter commented 9 years ago
OPML import is done in the browser now, too.

Original comment by stevemin...@gmail.com on 22 Jun 2007 at 8:01