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
