I was reading an interesting Yahoo dev section about flushing the buffer after rendering the html head section.
http://developer.yahoo.com/performance/rules.html#flush I wonder if we could have add the writer to the page model so it could be instructed to flush during render, e.g. <html> <head> ... </head> $writer.flush() <body> .. </body> </html> regards Malcolm Edgar
