On Thu, Sep 18, 2008 at 10:59 PM, Arthus Erea <[EMAIL PROTECTED]> wrote:

>
> I would assume that we would have a system which clears the cached content
> whenever filters are changed (plugin deactivation/activation).
>

That's the only way I see such a system working, but it seems like a waste.
If you're concerned about the overhead of applying all filters at runtime,
cache the post's final output using the normal cache class. I see no value
in storing it in its field in the database.

And as I believe BigJibby will attest, it's loading and initializing all the
filters and actions which takes the most time, not actually performing those
actions. Would storing the pre-formatted content actually gain us anything?

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to