[wp-hackers] Patch to allow nested comments
Mark Jaquith
mark.wordpress at txfx.net
Sat Sep 2 23:42:25 GMT 2006
On Sep 2, 2006, at 3:04 PM, Matt Mullenweg wrote:
> The story there is I thought most of the page overhead was in the
> regular expressions of autop, etc so I thought that just reading
> the post text directly out of the DB would be faster, if less
> flexible.
>
> The change was so small it was unmeasurable.
With default filters, yeah... it's useless. With Textile2, it is of
more use, because Textile2 is much more of a CPU/memory hog than our
lean 'n mean wpautop and wptexturize. So, not really of use for
default, but if you're adding a whole bunch of third party regex,
preprocessing might eventually benefit you. Of course, pick your
battles, this shouldn't be your first optimization.
--
Mark Jaquith
http://txfx.net/
More information about the wp-hackers
mailing list