[wp-hackers] any plan about bufferizing the whole WP output?..

DD32 wordpress at dd32.id.au
Sat Dec 27 07:39:36 GMT 2008


Ew.

Avoid buffering at all costs.

It means that the PHP script needs to finish executing before any of the
page is sent to the user, and adds some overhead.

However, Some systems automatically buffer to compress the output.

Plugins can also call any output buffer functions themselves if they wish to
use an output buffer..

2008/12/27 dave jaggy <jayarjo at gmail.com>

> Is there a plan around to bufferize the whole wordpress output, before
> it actually gets echoed to a remote client? I think this gotta be
> great, if one could fully manage (add/remove/alter) output before it
> (headers) gets sent. Is there any API development plan in this
> direction?
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list