Opened 18 years ago
Closed 18 years ago
#3999 closed defect (bug) (wontfix)
slow rss generation
Reported by: | dennyvatvfamily | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1.2 |
Component: | General | Keywords: | rss php 5.2.1 |
Focuses: | Cc: |
Description
After upgrading php from 5.1.6 to 5.2.1 the rss feed generation from Wordpress is very slow.
A page that parse the rss2 feed from wordpress would take about 15 seconds to load.
I've tested the issue with my blog and with blogs using wordpress and php 5.2.1 from around the web. I have also used different php parsers to parsing wordpress rss generated feeds (Magpie).
Tested on Gentoo Linux (Apache 2.0.58 + php 5.2.1-r3) as feed generator and parser, and Mac OS X (Apache 1.3 + php 4.4) as parser.
Change History (2)
Note: See
TracTickets for help on using
tickets.
I think it's related to a php 5.2.1 data handling bug. See http://bugs.php.net/bug.php?id=40261 for more information.
Thanks.