Hi Tried to search the archive, but didn't find anything on the topic. I have a question about producing large HTML pages. I do some profiling of my site and see that most of the time is spent on printing data to the page. I guess that the execution of the "print" function includes network activity (assuming buffering is turned off) since the worse connection the larger amount of time is spent on "print". I tried to turn on the buffering by changing Apache configuration parameter, but nothing changed. Do I need to change the code as well (to mark the start/finish of buffering)?
Thanks Jos Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
