A small mistake in the subject - should be WICKET-1917 instead of
WICKET-1970 which is completely unrelated to this message... sorry!

Regards,
Bendis

Martin Benda píše v St 21. 01. 2009 v 12:08 +0100:
> 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
> 

Reply via email to