>From what I know, answers in-line
> I was browsing through the myfaces wiki and read through 'Performance'.
> There it says "The MyFacesExtensionsFilter buffers and parses the response
> on every request. You can disable this".
>
> My questions are
>
> 1. Why do we need to parse the response on every request?
The code needs the filter for external resources (like adding script
tags to the head)
> 2. What problems can disabling lead to ?
Broken tomahawk components (that depend on css and javascript resource
files) and file uploading
It isn't the best design, but I don't think anyone has had the desire
to improve it. It seems like, for the most part, tomahawk is a dead
project (no releases for a long time, no promotion of the sandbox to
the core tomahawk project in a long time, etc.).
|