FeedBundle icon indicating copy to clipboard operation
FeedBundle copied to clipboard

Avoid using DomDocument

Open rande opened this issue 13 years ago • 0 comments

The way feed is generated is not good as the buffer is kept in memory and then flush to the client.

You should implement a streamed solution, so there is no buffer on the php side, and the TTFB will be better.

rande avatar Sep 06 '12 21:09 rande