[wp-hackers] Saving the entire HTML sent to client

Martin Lazarov martin at lazarov.bg
Thu Dec 8 07:38:06 UTC 2011


Also you can use Hyper Cache Extended
(http://wordpress.org/extend/plugins/hyper-cache-extended/) wich
already have what you want and the controlls over all cache process
(for example: when to expire the cache - if post is expired to expire
only post post, or post and archive and home, ot all the cache for the
wp site). Also you can configure the maximum load for your machine -
it machine load is over X the new cache will not be created (the old
one will be used).

On Thu, Dec 8, 2011 at 4:24 AM, Daniel Fenn <danielx386 at gmail.com> wrote:
> Also if your looking to get some more speed (this is outside this list
> topic) you may want to look at what server software you are running
> and maybe install something like xcache as well.
>
>
>
>
>
> On Thu, Dec 8, 2011 at 1:22 PM, Mike Schinkel
> <mikeschinkel at newclarity.net> wrote:
>> On Dec 7, 2011, at 9:18 PM, Haluk Karamete wrote:
>>> Would it be nice to have the option of doing something like this
>>>
>>> $content = get_header()
>>>
>>> Is this technically not possible?
>>
>> Look at PHP's output buffering:
>>
>> http://www.php.net/manual/en/book.outcontrol.php
>>
>> -Mike
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
> _______________________________________________
> 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