Hi,

I just noticed that when wicket-devutils is included in compilation, 
Application's initializeComponents
initializes org.apache.wicket.devutils.debugbar.DebugBarInitializer. Because of 
this
org.apache.wicket.devutils.diskstore.DebugDiskDataStore is in use even when 
application is in deployment
mode. I guess it makes unnecessary disk i/o because pages of devutils cannot be 
accessed when
Application.get().getDebugSettings().isDevelopmentUtilitiesEnabled() == false

Best Regards,
             Mikko

Reply via email to