Especially since implementing it in BasePage or BasePanel is really simple. I agree. I'll do.
Juergen On Wed, Jan 21, 2009 at 6:47 PM, Igor Vaynberg <[email protected]> wrote: > please leave a comment on the jira issue. i agree, we should roll that > patch out. > > -igor > > On Wed, Jan 21, 2009 at 3:08 AM, Martin Benda <[email protected]> wrote: >> Hi all! >> >> The recently added feature WICKET-1917 "Automatically Load CSS files >> based on name matching" causes a major performance issues for one of our >> applications. The application constructs pages with hundreds of >> Components and for every single component the ResourceStreamLocator >> looks up the same CSS and JS resources over and over again. >> >> Maybe, if the ResourceStreamLocator would cache the results, the >> performance impact would not be so high... But I would prefer if the >> framework would not perform such hidden and "automagical" functionality >> by default. A developer knows better when he wants to load a resource >> for his component. >> >> Regards, >> Bendis >> >> >
