Hi, after deploying our app with wicket 8, I've seen that the javacript files of AJAX are not really optimised.
Issues are: - 2 Files - instead of putting out 1 file of JS for wicket, we get 2 (3 if we count jQuery); I dont see this as good especially since 1 of those files is quite small... - JS Code is not compressed/ optimized for production; so far only comments are stripped out but no real optimization in terms of newline (nearly 3k!) and whitespaces are done Beside this, it is also noticable that the jQuery JS file gets stripped of its copyright notice, see: http://examples8x.wicket.apache.org/ajax/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-2.2.4-ver-F9EE266EF993962AD59E804AD9DEBE66.js Best, KB PS: we're on wicket 8 M7;